diff options
Diffstat (limited to 'third_party/rust/android_logger/CHANGELOG.md')
-rw-r--r-- | third_party/rust/android_logger/CHANGELOG.md | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/third_party/rust/android_logger/CHANGELOG.md b/third_party/rust/android_logger/CHANGELOG.md new file mode 100644 index 0000000000..4952ca18b5 --- /dev/null +++ b/third_party/rust/android_logger/CHANGELOG.md @@ -0,0 +1,54 @@ +`android_logger` changelog +========================== + +All user visible changes to this project will be documented in this file. This project uses [Semantic Versioning 2.0.0]. + + + + +## [0.12.0] · 2023-01-19 +[0.12.0]: /../../tree/v0.12.0 + +[Diff](/../../compare/v0.11.3...v0.12.0) + +### Added + +- `Config::with_max_level()` method to filters logs via `log::LevelFilter`. ([#62]) + +### Deprecated + +- `Config::with_min_level()` method accepting `log::Level`. ([#62]) + +### Fixed + +- Incorrect logs level filtering. ([#62]) + +[#62]: /../../pull/62 + + + + +## [0.11.3] · 2022-12-20 +[0.11.3]: /../../tree/v0.11.3 + +[Diff](/../../compare/38186ece1056d90b8f75fd2a5eb5c860e0a1704e...v0.11.3) + +### Fixed + +- Broken compilation on [Android] targets. ([#59], [#58]) + +[#58]: /../../issues/58 +[#59]: /../../pull/59 + + + + +## Previous releases + +See [Git log](/../../commits/master?after=1a5a07ec6742f0069acc2be223c1bb3b6a9d15f8+0). + + + + +[Android]: https://www.android.com +[Semantic Versioning 2.0.0]: https://semver.org |