diff --git a/CHANGELOG.md b/CHANGELOG.md index 596bfd5..8d3a4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Added +- Added `EasyBind.mapBacked(ObservableList source, Function mapper, boolean mapOnUpdate)` method to control whether new objects are created on updates. [#5](https://github.com/JabRef/EasyBind/pull/5) + ### Changed +- Fixed an issue in `EasyBind#mapBacked` where updates to the source `ObservableList` elements were not reflected in the `SortedList`. [#5](https://github.com/JabRef/EasyBind/pull/5) + ### Removed ## [2.2.0] - 2021-05-18