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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# Changelog
2
2
3
-
## v1.0.5
3
+
## v1.0.5 (2015-06-29)
4
4
5
5
* Enhancements
6
+
*[Elixir] Support 18.0
6
7
*[IEx] Rely only on loaded applications for autocompletion on IEx
7
8
*[Record] Expand attributes and macros in record extractor
8
9
*[String]`Optimize String.rstrip/1`
@@ -16,16 +17,16 @@
16
17
*[Float] Avoid rounding errors on `Float.parse/1`
17
18
*[GenEvent] Fix `GenEvent` detection of modules that aren't loaded
18
19
*[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
21
22
*[Mix] Ensure we properly underscore acronyms followed by paths, for example, `HTTP.Foo`
22
23
*[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
23
24
*[Version] Fix `to_string` for versions with numeric pre releases
24
25
25
26
## v1.0.4 (2015-04-07)
26
27
27
28
* Enhancements
28
-
*[Elixir] Support Erlang 17.5 and 18.0
29
+
*[Elixir] Support Erlang 17.5 and 18.0-rc
29
30
*[Mix] Support "--search PATTERN" in "mix help"
30
31
*[Mix] Support `:start_permanent` that starts the application as permanent
31
32
*[Mix] Support `:build_embedded` that compile protocols, avoid symlinks and ensure protocols are loaded on boot
0 commit comments