summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e3d12a7..4ad50b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,7 @@
using the JSON.load/dump interface. If JSON::GenericObject is supposed to
be automatically deserialised, this has to be explicitely enabled by
setting
- JSON::GenericObject.json_createble = true
+ JSON::GenericObject.json_creatable = true
as well.
* Remove useless assert in fbuffer implementation.
* Apply patch attached to https://github.com/flori/json/issues#issue/155