diff --git a/reference/json/functions/json-encode.xml b/reference/json/functions/json-encode.xml
index 0486b196c1..ed84f7745c 100644
--- a/reference/json/functions/json-encode.xml
+++ b/reference/json/functions/json-encode.xml
@@ -104,7 +104,8 @@
5.6.6
- JSON_PRESERVE_ZERO_FRACTION option was added.
+ JSON_PRESERVE_ZERO_FRACTION
+ option was added.
@@ -113,10 +114,26 @@
depth parameter was added.
+
+ 5.5.0
+
+ JSON_PARTIAL_OUTPUT_ON_ERROR option was added.
+
+
+
+ 5.5.0
+
+ The return value on failure was changed from null
+ string to &false;.
+
+
5.4.0
- JSON_PRETTY_PRINT, JSON_UNESCAPED_SLASHES, and JSON_UNESCAPED_UNICODE options were added.
+ JSON_PRETTY_PRINT,
+ JSON_UNESCAPED_SLASHES, and
+ JSON_UNESCAPED_UNICODE
+ options were added.