Update change log

This commit is contained in:
Michael S. Klishin 2012-04-23 15:02:31 +04:00
parent 444017fde2
commit 1e342335b4

View file

@ -1,5 +1,10 @@
## Changes between 1.0.0-beta4 and 1.0.0-beta5
### More Operators
Several new operator macros: `$size`, `$exists`, `$mod`, `$type`, `$not`.
### Clojure sets now can be serialized
Monger now supports serialization for all classes that implement `java.util.Set`, including Clojure sets.