From 4ee99c963277820e901c2b8c0065c8848c53dac8 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 8 Dec 2020 17:31:38 +0000 Subject: [PATCH] Changelog for 1.3.2 --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 873c950a..130c5b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,20 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release ## [Unreleased] ### Added ### Fixed -- Index of release in difference is +1 from the zero based index when comparing diffs ### Changed -- FF-1429 - Updated SonarAnalyzer.CSharp to 8.15.0.24505 -- FF-1429 - Updated Microsoft.NET.Test.Sdk to 16.8.3 ### Removed ### Deployment Changes +## [1.3.2] - TBD +### Fixed +- Index of release in difference is +1 from the zero based index when comparing diffs +### Changed +- FF-1429 - Updated SonarAnalyzer.CSharp to 8.15.0.24505 +- FF-1429 - Updated Microsoft.NET.Test.Sdk to 16.8.3 + ## [1.3.1] - 2020-11-30 ### Fixed - Fixed changelog reading/writing so it supports different line endings