diff --git a/CHANGELOG.md b/CHANGELOG.md index 1385cf862..df3824a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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 +- multiple logins (identities) + +### Changed +- settings layout +- log messages format + +### Fixed +- cache size bloat + ## [17.0.0+89] - 2023-09-15 ### Added - extra about info @@ -816,6 +827,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Fixed - API client bindings +[Unreleased]: https://github.com/clragon/e1547/compare/17.0.0+89...HEAD [17.0.0+89]: https://github.com/clragon/e1547/compare/16.2.8+88...17.0.0+89 [16.2.8+88]: https://github.com/clragon/e1547/compare/16.2.7+87...16.2.8+88 [16.2.7+87]: https://github.com/clragon/e1547/compare/16.2.6+86...16.2.7+87