CHANGELOG.md in loaf-0.9.0 vs CHANGELOG.md in loaf-0.10.0
- old
+ new
@@ -1,7 +1,18 @@
# Change log
+## [v0.10.0] - 2020-11-21
+
+### Changed
+* Reduce gem dependencies to `railties` by Christian Sutter (@csutter)
+* Use `URI::DEFAULT_PARSER` instead of deprecated `URI.parser` by (@dsazup)
+* Support Rails 6.1 in tests
+
+### Fixed
+* Fix #breadcrumb_trail to allow overriding the match option
+* Fix #breadcrumb_trail to return enumerator that includes passed in match option
+
## [v0.9.0] - 2020-01-19
### Changed
* Change gemspec to include metadata, license info and remove test artifacts
* Change to update testing to include Ruby 2.7
@@ -129,9 +140,10 @@
## [v0.1.0] - 2011-10-22
* Initial implementation and release
+[v0.10.0]: https://github.com/piotrmurach/loaf/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/piotrmurach/loaf/compare/v0.8.1...v0.9.0
[v0.8.1]: https://github.com/piotrmurach/loaf/compare/v0.8.0...v0.8.1
[v0.8.0]: https://github.com/piotrmurach/loaf/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/piotrmurach/loaf/compare/v0.6.2...v0.7.0
[v0.6.2]: https://github.com/piotrmurach/loaf/compare/v0.6.1...v0.6.2