CHANGELOG.md in active_enumerable-1.0.0 vs CHANGELOG.md in active_enumerable-1.1.0
- old
+ new
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+## 1.1.0 - 2018-08-01
+### Feature
+- `#where` can take a block that runs with instance exec for each record. Event allows for nested objects with method chaining.
+
## 1.0.0 - 2018-01-26
- Remove mutation methods and ensure 100% test coverage
## 0.2.0 - 2015-02-15
### Features