Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolftimmermans committed Oct 24, 2019
1 parent 6b4904a commit 8e99464
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v5.0.0-beta.27

* Support using ZeroMQ in [worker threads](https://nodejs.org/api/worker_threads.html), with the ability to communicate between threads via the `inproc://` protocol.

* Support Node versions that [call destructors](https://github.com/nodejs/node/pull/28428) when the environment is cleaned up.

* Add example for multithreaded usage.

### v5.0.0-beta.26

* BREAKING: Rename the default global context from `global`, which clashes with the built-in variable `global`, to `context`.
Expand Down

0 comments on commit 8e99464

Please sign in to comment.