Skip to content

Commit

Permalink
Merge pull request #6 from LoayGhreeb/changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG
  • Loading branch information
Siedlerchr authored Aug 5, 2024
2 parents 9320783 + b183f61 commit 949d9ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]
### Added
- Added `EasyBind.mapBacked(ObservableList<A> source, Function<A, B> 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
Expand Down

0 comments on commit 949d9ff

Please sign in to comment.