summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown4
-rw-r--r--build.sbt2
-rw-r--r--notes/1.2.3.markdown3
3 files changed, 6 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index b53fffe..0f274b7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -11,11 +11,11 @@ It sports the following features:
### Installation
_spray-json_ is available from the [repo.spray.io] repository.
-The latest release is `1.2.2` and is built against Scala 2.9.2 as well as Scala 2.10.0-RC1 and RC2.
+The latest release is `1.2.3` and is built against Scala 2.9.2 as well as Scala 2.10.0-RC3.
If you use SBT you can include _spray-json_ in your project with
- "io.spray" %% "spray-json" % "1.2.2" cross CrossVersion.full
+ "io.spray" %% "spray-json" % "1.2.3" cross CrossVersion.full
(the trailing "cross CrossVersion.full" modifier is only required for SBT 0.12.x)
diff --git a/build.sbt b/build.sbt
index cf2a372..0bad2b2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
name := "spray-json"
-version := "1.2.2"
+version := "1.2.3"
organization := "io.spray"
diff --git a/notes/1.2.3.markdown b/notes/1.2.3.markdown
new file mode 100644
index 0000000..2076e29
--- /dev/null
+++ b/notes/1.2.3.markdown
@@ -0,0 +1,3 @@
+- Upgraded to parboiled 1.1.4
+- Fixed incorrect formatting of certain unicode escapes in JsonPrinter (thx to Dan Brown)
+- Cross-published for Scala 2.9.2 and Scala 2.10.0-RC3 \ No newline at end of file