diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm
index afa0000..a09d7de 100644
--- a/trunk/Resource/ReleaseNotes.htm
+++ b/trunk/Resource/ReleaseNotes.htm
@@ -6,11 +6,12 @@
-
2013-07-00 - Release 2.54.0
+
2013-07-15 - Release 2.54.0
* Constants Added:
- AVOID_NONE
+ - JSON_APPEND
- OBJECT_CHARACTER_TIME
- PU_FAILURE_DYNAMIC_PATHFINDING_DISABLED
- PU_FAILURE_PARCEL_UNREACHABLE
diff --git a/trunk/SecondLife/SecondLifeMain.cs b/trunk/SecondLife/SecondLifeMain.cs
index 38517d3..7bac67e 100644
--- a/trunk/SecondLife/SecondLifeMain.cs
+++ b/trunk/SecondLife/SecondLifeMain.cs
@@ -420,6 +420,7 @@ namespace LSLEditor
public const int INVENTORY_ANIMATION = 20;
public const int INVENTORY_GESTURE = 21;
+ public const int JSON_APPEND = -1;
public static readonly string JSON_ARRAY = "\uFDD2";
public static readonly string JSON_FALSE = "\uFDD7";
public static readonly string JSON_INVALID = "\uFDD0";