File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* Bug fixes
6
6
* [ Elixir] Don't leave spurious processes and stale data when the parallel compiler fails
7
+ * [ IEx] Improve autocompletion for Erlang/Elixir based on loaded applications
7
8
* [ IO] Make ` IO.ANSI.Docs ` readable on white background
8
9
* [ IO] Fix ` IO.ANSI.Docs ` handling of ` * ` , ` ** ` , ` _ ` where they would be activated in the middle of words
9
10
* [ Mix] Don't show hex update message on mix ` local.hex `
10
11
* [ Mix] Ensure tasks are properly underscored and camelized
11
12
* [ Mix] Ensure Mix does not use ANSI escapes on Windows unless it ANSI is enabled
13
+ * [ Mix] Improve error message when updating archives on Windows
14
+ * [ Mix] Only shutdown Logger if the Mix application is being actually started
15
+ * [ Regex] Fix Regex.replace/4 failures when the number of substitutions in pattern is more than the number of matches and support ` \g{...} ` patterns
12
16
* [ String] Fix LFCR being treated as a grapheme instead of CRLF
13
17
14
18
## v1.0.2 (2014-10-21)
You can’t perform that action at this time.
0 commit comments