summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2012-10-12 14:35:12 +0200
committerMathias <mathias@spray.cc>2012-10-12 14:35:12 +0200
commit72987d6fa81c944470a1b16c1fa9a727c82c459b (patch)
treedfaeaf63a7f3cdf5cefa7035acf871395ab0700f /notes
parente5a7de26dfc8a4bb4410b7ee500624e30bf66650 (diff)
downloadspray-json-72987d6fa81c944470a1b16c1fa9a727c82c459b.tar.gz
spray-json-72987d6fa81c944470a1b16c1fa9a727c82c459b.tar.bz2
spray-json-72987d6fa81c944470a1b16c1fa9a727c82c459b.zip
Finalize 1.2 releasev1.2
Diffstat (limited to 'notes')
-rw-r--r--notes/1.2.markdown4
-rw-r--r--notes/about.markdown2
2 files changed, 5 insertions, 1 deletions
diff --git a/notes/1.2.markdown b/notes/1.2.markdown
new file mode 100644
index 0000000..bafe2b0
--- /dev/null
+++ b/notes/1.2.markdown
@@ -0,0 +1,4 @@
+- Upgraded to Scala 2.9.2 and parboiled 1.1.1
+- Renamed group id from "cc.spray" to "io.spray"
+- Renamed package from "cc.spray.json" to "spray.json"
+- _spray-json_ artifacts now live on <http://repo.spray.io/> \ No newline at end of file
diff --git a/notes/about.markdown b/notes/about.markdown
index 975f50c..f29246b 100644
--- a/notes/about.markdown
+++ b/notes/about.markdown
@@ -7,6 +7,6 @@ It sports the following features:
* Choice of either compact or pretty JSON-to-string printing
* Type-class based (de)serialization of custom objects (no reflection, no intrusion)
- [spray-json]: http://json.spray.io
+ [spray-json]: https://github.com/spray/spray-json
[JSON]: http://json.org
[parboiled]: http://parboiled.org