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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [0.4.22] - 2024-06-27
6
+
7
+
## What's Changed
8
+
* Add some clarifications to the library docs by @KodrAus in https://github.com/rust-lang/log/pull/620
9
+
* Add links to `colog` crate by @chrivers in https://github.com/rust-lang/log/pull/621
10
+
* adding line_number test + updating some testing infrastructure by @DIvkov575 in https://github.com/rust-lang/log/pull/619
11
+
* Clarify the actual set of functions that can race in _racy variants by @KodrAus in https://github.com/rust-lang/log/pull/623
12
+
* Replace deprecated std::sync::atomic::spin_loop_hint() by @Catamantaloedis in https://github.com/rust-lang/log/pull/625
13
+
* Check usage of max_level features by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/627
14
+
* Remove unneeded import by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/628
15
+
* Loosen orderings for logger initialization in https://github.com/rust-lang/log/pull/632. Originally by @pwoolcoc in https://github.com/rust-lang/log/pull/599
16
+
* Use Location::caller() for file and line info in https://github.com/rust-lang/log/pull/633. Originally by @Cassy343 in https://github.com/rust-lang/log/pull/520
17
+
18
+
## New Contributors
19
+
*@chrivers made their first contribution in https://github.com/rust-lang/log/pull/621
20
+
*@DIvkov575 made their first contribution in https://github.com/rust-lang/log/pull/619
21
+
*@Catamantaloedis made their first contribution in https://github.com/rust-lang/log/pull/625
0 commit comments