diff --git a/PRLOG.md b/PRLOG.md index 82a9c7f..a11cfa5 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -5,6 +5,12 @@ 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 + +- ✨ add initialise_message_list to processor(pr [#101]) + ## [0.0.15] - 2025-10-26 ### Changed @@ -313,6 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#98]: https://github.com/jerus-org/cull-gmail/pull/98 [#99]: https://github.com/jerus-org/cull-gmail/pull/99 [#100]: https://github.com/jerus-org/cull-gmail/pull/100 +[#101]: https://github.com/jerus-org/cull-gmail/pull/101 +[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...HEAD [0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15 [0.0.14]: https://github.com/jerus-org/cull-gmail/compare/v0.0.13...v0.0.14 [0.0.13]: https://github.com/jerus-org/cull-gmail/compare/v0.0.12...v0.0.13