From 0a15cada1e1b76dc6f4336cd475e1a1eca369266 Mon Sep 17 00:00:00 2001 From: Marcus Talbot Date: Thu, 11 Apr 2024 11:15:27 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c410ad9..4064624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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