Skip to content

Commit

Permalink
Update CHANGELOG, piranha 0.6.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bluescarni committed Nov 1, 2016
1 parent bb80654 commit 43056a0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

%%version%% (unreleased)
------------------------
v0.6 (2016-11-01)
-----------------

New
~~~
Expand All @@ -12,6 +12,14 @@ New
Changes
~~~~~~~

- Thread binding is now disabled by default, and it can be enabled at
runtime. [Francesco Biscani]

- The thread pool does not use anymore the main thread id in order to
determine the suggested number of threads to use for a task. Rather,
it checks whether the calling thread belongs to the pool. [Francesco
Biscani]

- Reduce the usage of boost::numeric_cast() in favour of
piranha::safe_cast(). [Francesco Biscani]

Expand Down

0 comments on commit 43056a0

Please sign in to comment.