CHANGELOG.md in grumlin-0.14.2 vs CHANGELOG.md in grumlin-0.14.3
- old
+ new
@@ -1,4 +1,14 @@
+## [0.14.2] - 2021-12-13
+
+- Fix `Module` bloating
+- Add `Operator` expressions
+- Add `__.coalesce` and `__.constant`
+- Add steps: `sum`, `sack`
+- Add configuration steps: `withSack`
+- Rename `Grumlin::Expressions::Tool` to `Grumlin::Expressions::Expression`
+
+
## [0.14.2] - 2021-12-12
- Better exceptions
- Add `choose` step
- Add `__.hasNot`, `__.is`, `__.select`