From 24bd50171747a65cb84e5a185595ab8505c92dc6 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sun, 5 Jun 2022 20:16:48 +0200 Subject: [PATCH] Format changelog according to 'Keep a Changelog' (#915) --- ChangeLog.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a818b3e3e9..ae65978712 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,22 @@ -### Unreleased +# Changelog -* Convert more syntax to implicit object creation (RCS1250) ([PR](https://github.com/JosefPihrt/Roslynator/pull/910)) +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] + +### Added + +- Convert more syntax to implicit object creation (RCS1250) ([#910](https://github.com/josefpihrt/roslynator/pull/910)). + +### Changed + +- Format changelog according to 'Keep a Changelog' ([#915](https://github.com/josefpihrt/roslynator/pull/915)). + +----- + ### 4.1.1 (2022-05-29)