diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7089d..df820c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [Unrelease] - TBC + +* Moved SVG icons into anonymous components for easier reuse / overwriting.[PR#35](https://github.com/mikebarlow/megaphone/pull/35) +* Reworked notification type templates into components. [PR#35](https://github.com/mikebarlow/megaphone/pull/35) + ## [2.0.0] - 2023-09-11 * Updated PHP requirement to 8.1 and above (7.4 and 8.0 dropped) [PR#28](https://github.com/mikebarlow/megaphone/pull/28)