CHANGELOG.md in rails_state_machine-1.1.2 vs CHANGELOG.md in rails_state_machine-1.1.3
- old
+ new
@@ -1,9 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## Unreleased
+
+### Breaking changes
+
+-
+
+### Compatible changes
+
+-
+
+## 1.1.3 2019-08-12
+
+### Compatible changes
+
+- Fix a bug sometimes causing unsaved changes to be lost on state transitions.
+
## 1.1.2 2019-03-22
### Compatible changes
- Fix bug where state was set to an older state when making a record invalid after successfully transitioning to a new state.