Skip to content

Commit 0e6c63c

Browse files
committed
Add CHANGELOG.md entries for changes.
1 parent 2f0c556 commit 0e6c63c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# origin 0.22
2+
3+
## Changes
4+
5+
`program::at_exit` and `thread::at_exit` are now behind feature flags
6+
"program-at-exit" and "thread-at-exit", respectively. They're enabled by
7+
default, but many users disable the default features, so they may need to be
8+
explicitly enabled if needed.
9+
10+
The "atomic-dbg-logger" and "env_logger" features no longer implicitly enable
11+
the "fini-array" feature.
12+
113
# origin 0.21
214

315
## Changes

0 commit comments

Comments
 (0)