CHANGELOG.md in clowne-1.0.0 vs CHANGELOG.md in clowne-1.1.0
- old
+ new
@@ -1,7 +1,13 @@
# Change log
+## 1.1.0 (2019-03-20)
+
+
+- Add `after_clone` declaration. ([@elardo][])
+- Add opporotunity to include belongs_to association for active_record adapter. ([@madding][])
+
## 1.0.0 (2019-02-26)
- Return `Operation` instance as a rusult of cloning. ([@ssnickolay][])
See [migration guide](https://clowne.evilmartians.io/docs/from_v02_to_v10.html)
@@ -34,5 +40,7 @@
- Initial version. ([@ssnickolay][], [@palkan][])
[@palkan]: https://github.com/palkan
[@ssnickolay]: https://github.com/ssnickolay
+[@elardo]: https://github.com/elardo
+[@madding]: https://github.com/madding