From 464bb0a609c8719ef1c6f90a96bc7b18be85c222 Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Fri, 11 Oct 2024 16:04:57 +0200 Subject: [PATCH] docs: Added changelog entry --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e77d2e6e..8a852770f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ All notable changes to **bUnit** will be documented in this file. The project ad ## [Unreleased] +### Added + +- `bunit.generators` respect parameters from the base class. +- Supports components using constructor injection in `net9.0`. + +### Fixed + +- Use latest `System.Text.Json` due to CVE in `8.0.4`. + ## [1.32.7] - 2024-10-04 ### Fixed