Skip to content

Commit 3eb938a

Browse files
author
José Valim
committed
Release v1.0.5
1 parent 66f1e74 commit 3eb938a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## v1.0.5
3+
## v1.0.5 (2015-06-29)
44

55
* Enhancements
6+
* [Elixir] Support 18.0
67
* [IEx] Rely only on loaded applications for autocompletion on IEx
78
* [Record] Expand attributes and macros in record extractor
89
* [String] `Optimize String.rstrip/1`
@@ -16,16 +17,16 @@
1617
* [Float] Avoid rounding errors on `Float.parse/1`
1718
* [GenEvent] Fix `GenEvent` detection of modules that aren't loaded
1819
* [IO] Read 4K blocks instead of lines in `IO.binread/2`. This fixes a bug where CRLF were being ignored and is also going to improve performance
19-
* [Logger] Handle `:undefined` arity in Logger.Translator (we get :undefined when a temporary worker of a `simple_one_for_one` supervisor crashes)
20-
* [Mix] Ensure config is escaped before being injected into escripts. This fixes a bug where escripts failed to be built when containing values like maps in config files
20+
* [Logger] Handle `:undefined` arity in `Logger.Translator` (we get :undefined when a temporary worker of a `simple_one_for_one` supervisor crashes)
21+
* [Mix] Ensure config is escaped before being injected into escripts. This fixes a bug where escripts failed to build when containing values like maps in config files
2122
* [Mix] Ensure we properly underscore acronyms followed by paths, for example, `HTTP.Foo`
2223
* [Stream] Ensure `Stream.flat_map/2` does not consume more items than necessary when piped to another `Stream.flat_map/2` that halts in the inner stream
2324
* [Version] Fix `to_string` for versions with numeric pre releases
2425

2526
## v1.0.4 (2015-04-07)
2627

2728
* Enhancements
28-
* [Elixir] Support Erlang 17.5 and 18.0
29+
* [Elixir] Support Erlang 17.5 and 18.0-rc
2930
* [Mix] Support "--search PATTERN" in "mix help"
3031
* [Mix] Support `:start_permanent` that starts the application as permanent
3132
* [Mix] Support `:build_embedded` that compile protocols, avoid symlinks and ensure protocols are loaded on boot

0 commit comments

Comments
 (0)