summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
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