We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0c556 commit 0e6c63cCopy full SHA for 0e6c63c
CHANGELOG.md
@@ -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
13
# origin 0.21
14
15
## Changes
0 commit comments