Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-talbot42 committed Apr 11, 2024
1 parent c08980b commit 0a15cad
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [4.1.5]

### Fixed

- Issue [#203](https://github.com/42BV/beanmapper/issues/203) **Expand caching to include other expensive, unchanging operations**; Added the BeanConverterStore and the CanonicalClassNameStore, to reduce reflective calls.

### Added

- Caching for BeanConverter-selection.
- Caching for canonical class names.

## [4.1.4]

### Fixed

Expand Down

0 comments on commit 0a15cad

Please sign in to comment.