File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1- # origin 0.16
1+ # origin 0.17
22
33## Changes
44
5- The functions in the ` thread ` module have been renamed to remove the
6- redundant ` thread ` in their names. For example, ` thread::create_thread ` is
7- now just ` thread::create ` , and so on .
5+ The "thread" feature is no longer implied by the "origin-thread" feature, so
6+ users using threads with "origin- thread" will need to also enable " thread"
7+ explicitly .
88
9- The ` thread::id ` function (formerly ` thread::thread_id ` ), now returns an
10- ` Option ` , to allow it to indicate that the thread has exited, in which case
11- it no longer has an ID.
12-
13- Origin now supports linking with code compiled with stack protection features,
14- such as ` -fstack-protector ` .
9+ The "alloc" feature is no longer implied by the "origin-thread" or "thread"
10+ features, so users using program or thread destructors with "origin-thread"
11+ will need to also enable "alloc" explicitly.
You can’t perform that action at this time.
0 commit comments