summaryrefslogtreecommitdiff
path: root/notes/1.0.1.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-10-04 10:18:24 +0200
committerMathias <mathias@spray.cc>2011-10-04 10:18:24 +0200
commite95eb217857ebf6eff343b4ed14815db804d9009 (patch)
tree4e5b4b3cf7a2160e25752236da3821ace2aa46fb /notes/1.0.1.markdown
parent24af701d7e3bce6f72bb8b2f12c6099f3d85403f (diff)
downloadspray-json-e95eb217857ebf6eff343b4ed14815db804d9009.tar.gz
spray-json-e95eb217857ebf6eff343b4ed14815db804d9009.tar.bz2
spray-json-e95eb217857ebf6eff343b4ed14815db804d9009.zip
Prepare for 1.0.1 releasev1.0.1
Diffstat (limited to 'notes/1.0.1.markdown')
-rw-r--r--notes/1.0.1.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/notes/1.0.1.markdown b/notes/1.0.1.markdown
new file mode 100644
index 0000000..78ad0a4
--- /dev/null
+++ b/notes/1.0.1.markdown
@@ -0,0 +1,9 @@
+- Upgraded to Scala 2.9.1 and parboiled 1.0.2
+- Improved (de)serialization of optional case class members (may now be missing)
+- Added `NullOptions` trait for enforcing the serialization of `None` members as `null`
+- Improved compile time error messages with `@implicitNotFound` annotations
+- Improved documentation
+- Smaller fixes and additions
+
+ [JSON]: http://json.org
+ [parboiled]: http://parboiled.org