CHANGELOG.md in flexirest-1.2.8 vs CHANGELOG.md in flexirest-1.2.9
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 1.2.9
+
+Bugfixes:
+
+- Fixing messages used during validation of maximum numericality (thanks Tom Hoen)
+
## 1.2.8
Bugfixes:
- There was a strange problem with Flexirest defining methods on `Class` rather than on the specific class (which only presents itself when another class in the application is making use of `method_missing`).