Added missing JsonFormat::parse() RELEASE NOTES, fixed docs
authorYuri Astrakhan <yurik@wikimedia.org>
Sat, 27 Sep 2014 23:58:11 +0000 (19:58 -0400)
committerJforrester <jforrester@wikimedia.org>
Tue, 30 Sep 2014 01:45:35 +0000 (01:45 +0000)
commitc361cb74fad3caff81d831f997fc08ccc78f1d6b
tree70a1771d70d5f6dbb874aa00437fa060e4b30707
parentafe3a69376452649fd13d3d4c9dde381e3ab5a62
Added missing JsonFormat::parse() RELEASE NOTES, fixed docs

Constant values were changed to be above 0xFF - this way
we can easily decide to allow depth-parsing-limit to be OR-able:

  FormatJson::parse( $value, 30 | FormatJson::FORCE_ASSOC )

Follows-up Ic0eb0a7 and I1c4f37a.

Change-Id: I9bfd67a5ca4ea1d399821549c7e63ffdecd56ad1
RELEASE-NOTES-1.24
includes/json/FormatJson.php