CHANGELOG.md in mongoid-locker-0.2.0 vs CHANGELOG.md in mongoid-locker-0.2.1

- old
+ new

@@ -1,7 +1,12 @@ # Changelog -## HEAD ([diff](https://github.com/afeld/mongoid-locker/compare/v0.2.0...master?w=1)) +## HEAD ([diff](https://github.com/afeld/mongoid-locker/compare/v0.2.1...master?w=1)) + +## 0.2.1 ([diff](https://github.com/afeld/mongoid-locker/compare/v0.2.0...v0.2.1?w=1)) + +* fix for `update()` on Mongoid 3 +* automatically reload model after waiting - #1 ## 0.2.0 ([diff](https://github.com/afeld/mongoid-locker/compare/v0.1.1...v0.2.0?w=1)) * handle recursive calls to `#with_lock` - #7 * lock optimizations, particularly for large documents