CHANGELOG.md in batch-loader-1.0.4 vs CHANGELOG.md in batch-loader-1.1.0
- old
+ new
@@ -6,14 +6,19 @@
one of the following labels: `Added`, `Changed`, `Deprecated`,
`Removed`, `Fixed`, `Security`. We also use [Semantic Versioning](http://semver.org)
to manage the versions of this gem so
that you can set version constraints properly.
-#### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v1.0.4...HEAD)
+#### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v1.1.0...HEAD)
* WIP
-#### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v1.0.3...v1.0.4)
+#### [v1.1.0](https://github.com/exAspArk/batch-loader/compare/v1.0.4...v1.1.0)
+
+* `Added`: `default_value` override option. [#8](https://github.com/exAspArk/batch-loader/pull/8)
+* `Added`: `loader.call {}` block syntax, for memoizing repeat calls to the same item. [#8](https://github.com/exAspArk/batch-loader/pull/8)
+
+#### [v1.0.4](https://github.com/exAspArk/batch-loader/compare/v1.0.3...v1.0.4)
* `Fixed`: Fix arity bug in `respond_to?` [#3](https://github.com/exAspArk/batch-loader/pull/3)
#### [v1.0.3](https://github.com/exAspArk/batch-loader/compare/v1.0.2...v1.0.3) – 2017-09-18