summaryrefslogtreecommitdiff
path: root/CHANGELOG
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 /CHANGELOG
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 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5a8765b..847488b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+Version 1.0.1 (2011-10-04)
+--------------------------
+- 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
+
Version 1.0.0 (2011-07-18)
--------------------------
first public release