summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG16
-rw-r--r--README.markdown2
-rw-r--r--build.sbt2
3 files changed, 18 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index db09d3b..7d98ede 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,19 @@
+Version 1.2.4 (2013-05-13)
+--------------------------
+- Upgraded to 2.10.1 and parboiled 1.1.5
+- Added RootJsonFormats for JsObject and JsArray
+- Added a jsonFormat0 with support for 0-ary case classes, thx to Connor Doyle
+- Fixed automatic field name extraction with ignoring of transient fields
+- Slightly improved JSON rendering performance
+- Upgraded to SBT 0.12.3
+
+
+Version 1.2.3 (2012-11-28)
+--------------------------
+- Upgraded to 2.10.0-RC3 and parboiled 1.1.4
+- Fixed rendering problem for certain unicode escapes
+
+
Version 1.2.2 (2012-10-16)
--------------------------
- Upgraded to parboiled 1.1.3
diff --git a/README.markdown b/README.markdown
index e54f097..974fc7b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -11,7 +11,7 @@ It sports the following features:
### Installation
_spray-json_ is available from the [repo.spray.io] repository.
-The latest release is `1.2.3` and is built against Scala 2.9.2 as well as Scala 2.10.0.
+The latest release is `1.2.4` and is built against Scala 2.9.3 as well as Scala 2.10.1.
If you use SBT you can include _spray-json_ in your project with
diff --git a/build.sbt b/build.sbt
index 4d082f4..b7994d1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
name := "spray-json"
-version := "1.2.3"
+version := "1.2.4"
organization := "io.spray"