Skip to content

Commit d1b6161

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 785781d commit d1b6161

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44

55
* Bug fixes
66
* [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
78
* [IO] Make `IO.ANSI.Docs` readable on white background
89
* [IO] Fix `IO.ANSI.Docs` handling of `*`, `**`, `_` where they would be activated in the middle of words
910
* [Mix] Don't show hex update message on mix `local.hex`
1011
* [Mix] Ensure tasks are properly underscored and camelized
1112
* [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
1216
* [String] Fix LFCR being treated as a grapheme instead of CRLF
1317

1418
## v1.0.2 (2014-10-21)

0 commit comments

Comments
 (0)