You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [0.4.28] - 2025-09-02
6
+
7
+
## What's Changed
8
+
* ci: drop really old trick and ensure MSRV for all feature combo by @tisonkun in https://github.com/rust-lang/log/pull/676
9
+
* Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by @HaoliangXu in https://github.com/rust-lang/log/pull/690
10
+
* Add `increment_severity()` and `decrement_severity()` methods for `Level` and `LevelFilter` by @nebkor in https://github.com/rust-lang/log/pull/692
11
+
12
+
## New Contributors
13
+
*@xixishidibei made their first contribution in https://github.com/rust-lang/log/pull/677
14
+
*@ZylosLumen made their first contribution in https://github.com/rust-lang/log/pull/688
15
+
*@HaoliangXu made their first contribution in https://github.com/rust-lang/log/pull/690
16
+
*@nebkor made their first contribution in https://github.com/rust-lang/log/pull/692
0 commit comments