Skip to content

Commit 43056a0

Browse files
committedNov 1, 2016
Update CHANGELOG, piranha 0.6.
[skip ci]
1 parent bb80654 commit 43056a0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
 

‎CHANGELOG.rst

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
%%version%% (unreleased)
5-
------------------------
4+
v0.6 (2016-11-01)
5+
-----------------
66

77
New
88
~~~
@@ -12,6 +12,14 @@ New
1212
Changes
1313
~~~~~~~
1414

15+
- Thread binding is now disabled by default, and it can be enabled at
16+
runtime. [Francesco Biscani]
17+
18+
- The thread pool does not use anymore the main thread id in order to
19+
determine the suggested number of threads to use for a task. Rather,
20+
it checks whether the calling thread belongs to the pool. [Francesco
21+
Biscani]
22+
1523
- Reduce the usage of boost::numeric_cast() in favour of
1624
piranha::safe_cast(). [Francesco Biscani]
1725

0 commit comments

Comments
 (0)
Please sign in to comment.