diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /third_party/rust/android_logger/CHANGELOG.md | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |