You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
## v0.14.1-dev
3
+
## v0.14.1 (2014-06-18)
4
4
5
5
* Enhancements
6
6
*[Base] Decoding and encoding functions now accept the `:case` as an option
@@ -21,16 +21,13 @@
21
21
*[String]`Enum.slice/2` and `Enum.slice/3` always returns a list (and never nil)
22
22
*[URI]`encode/1` does not escape reserved/unreserved characters by default nor encodes whitespace as `+` (check `URI.encode_www_form/1` and `URI.decode_www_form/1` for previous behaviour)
23
23
24
-
* Soft deprecations (no warnings emitted)
25
-
26
24
* Deprecations
27
25
*[Mix]`:escript_*` options were moved into a single `:escript` group
28
26
29
27
* Backwards incompatible changes
30
28
*[GenEvent]`GenEvent.stream/2` defaults to `:sync` mode
0 commit comments