Skip to content

Commit a986094

Browse files
committed
Update the CHANGELOG for an upcoming 0.17.
1 parent b0ed6d0 commit a986094

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
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.

0 commit comments

Comments
 (0)