From 2300246ab8062f5d406209d28970ec0a4ec67a3b Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 5 Jun 2024 10:51:03 +0200 Subject: [PATCH] adjust changelog --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1ff87..aa61242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://git.d3data.de/D3Public/DIContainer/compare/1.0.0.0...rel_1.x) +## [Unreleased](https://git.d3data.de/D3Public/DIContainer/compare/2.1.0.0...rel_2.x) + +## [2.1.0.0](https://git.d3data.de/D3Public/DIContainer/compare/2.0.0.0...2.1.0.0) - 2024-06-05 +### Changed +- trigger error instead of throwing exception (exception version optional) +- cache container decision ignores debug mode +- improve profiling performce + +## [2.0.0.0](https://git.d3data.de/D3Public/DIContainer/compare/1.0.0.0...2.0.0.0) - 2024-01-31 +### Added +- installable in OXID 7 + +### Changed +- retrieve definition files from vendor folder ## [1.0.0.0](https://git.d3data.de/D3Public/DIContainer/releases/tag/1.0.0.0) - 2023-01-10 ### Added