diff --git a/CHANGELOG.md b/CHANGELOG.md index e90264e7..480bba34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.4.0 + +- Added pub.dev `topics`. Thanks to + @jonasfj ([#74](https://github.com/SourceHorizon/logger/pull/74)). +- PrettyPrinter: Added `dateTimeFormat` option (backwards-compatible with `printTime`). + Fixes [#80](https://github.com/SourceHorizon/logger/issues/80). + ## 2.3.0 - AdvancedFileOutput: Added file deletion option. Thanks to diff --git a/pubspec.yaml b/pubspec.yaml index f01a95b6..e5873986 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: logger description: Small, easy to use and extensible logger which prints beautiful logs. -version: 2.3.0 +version: 2.4.0 repository: https://github.com/SourceHorizon/logger topics: