We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d044e73 commit b723971Copy full SHA for b723971
CHANGELOG.md
@@ -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