From c7fc35111ac0c4f320accecd1691968cee8ff4a1 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 14 Dec 2022 22:06:19 +0000 Subject: [PATCH] Release notes for 1.0.1 --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2208a0..0658bc4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,21 +7,25 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release ## [Unreleased] ### Added -- IsDefined extension method as an optimised Enum.IsDefined alternative ### Fixed ### Changed +### Removed +### Deployment Changes + + +## [1.0.1] - 2022-12-14 +### Added +- IsDefined extension method as an optimised Enum.IsDefined alternative +### Changed - FF-1429 - Updated Meziantou.Analyzer to 1.0.756 - FF-1429 - Updated Roslynator.Analyzers to 4.2.0 - FF-1429 - Updated xunit.analyzers to 1.1.0 - FF-1429 - Updated SonarAnalyzer.CSharp to 8.50.0.58025 - FF-1429 - Updated FunFair.Test.Common to 6.0.10.2422 - FF-3881 - Updated DotNet SDK to 7.0.101 -### Removed -### Deployment Changes - ## [1.0.0] - 2022-11-22 ### Added - Additional tests for code coverage of the generator and generated code