summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2010-08-07 00:58:35 +0200
committerFlorian Frank <flori@ping.de>2010-08-07 00:58:35 +0200
commitf8fcc04c9f1d5de3c035a71a507af5023a0406b0 (patch)
tree7aa8be869ecea229d788e3964d554ff22208c0ea
parent2e7afd48cdd2e2d2455d39e972d2c95d526f3f92 (diff)
downloadjson-f8fcc04c9f1d5de3c035a71a507af5023a0406b0.tar.gz
changed CHANGES
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 41944e6..37f9236 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2010-08-07 (1.4.5)
+ * Manage data structure nesting depth in state object during generation. This
+ should reduce problems with to_json method definŃ–tions that only have one
+ argument.
2010-08-06 (1.4.4)
* Fixes build problem for rubinius under OS X, http://github.com/flori/json/issues/closed#issue/25
* Fixes crashes described in http://github.com/flori/json/issues/closed#issue/21 and