We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f272c4 commit 470e542Copy full SHA for 470e542
CHANGELOG.md
@@ -3,7 +3,9 @@
3
## v0.14.1-dev
4
5
* Enhancements
6
+ * [Base] Decoding and encoding functions now accept the `:case` as an option
7
* [ExUnit] The test process now exits with `:shutdown` reason
8
+ * [GenEvent] `GenEvent.stream/2` now accepts `:sync` and `:async` modes
9
* [Node] Add `Node.start/3` and `Node.stop/0`
10
* [String] Updated Unicode database to 7.0
11
* [Task] Log when tasks crash
@@ -25,6 +27,7 @@
25
27
* [Mix] `:escript_*` options were moved into a single `:escript` group
26
28
29
* Backwards incompatible changes
30
+ * [GenEvent] `GenEvent.stream/2` defaults to `:sync` mode
31
* [Kernel] Remove `get_in/1`
32
33
0 commit comments