From fb98f6f0dfd4167a30592e9796d8f935511122fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Pintos=20L=C3=B3pez?= Date: Wed, 13 Nov 2024 20:54:40 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 239faafd..0d738b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed +- Updated planner with better error description when a binding can not be properly resolved. ### Fixed +- Updated container to allow deactivating singleton undefined values. +- Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms. ## [6.1.4-beta.1] ### Fixed -- Updated container to allow deactivating singleton undefined values. - Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms. ## [6.1.4-beta.0]