Skip to content

Commit b723971

Browse files
committed
Add a CHANGELOG.md file for 0.14.
1 parent d044e73 commit b723971

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# origin 0.14
2+
3+
## Changes
4+
5+
`thread::create_thread` now requires the function arugment to implement `Send`,
6+
which reflects the fact that it is sent to the newly-created thread.
7+
8+
## Features
9+
10+
The "init-fini-arrays" feature now enables two sub-features, "init-arrays" and
11+
"fini-arrays" which can be enabled individually for use cases that only need one.
12+
13+
A new "atomic-dbg-logger" feature uses the atomic-dbg packages `log` implementation,
14+
which is very minimal and not configurable, but which can print messages to stderr
15+
in more configurations.

0 commit comments

Comments
 (0)