Skip to content

Commit 04b9174

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent d31a58f commit 04b9174

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@
55
* Bug fixes
66
* [Elixir] Don't leave spurious processes and stale data when the parallel compiler fails
77
* [IEx] Improve autocompletion for Erlang/Elixir based on loaded applications
8+
* [Inspect] Keep original stacktrace on Inspect errors
89
* [IO] Make `IO.ANSI.Docs` readable on white background
910
* [IO] Fix `IO.ANSI.Docs` handling of `*`, `**`, `_` where they would be activated in the middle of words
1011
* [Mix] Don't show hex update message on mix `local.hex`
1112
* [Mix] Ensure tasks are properly underscored and camelized
12-
* [Mix] Ensure Mix does not use ANSI escapes on Windows unless it ANSI is enabled
13+
* [Mix] Ensure Mix does not use ANSI escapes on Windows unless ANSI is enabled
1314
* [Mix] Improve error message when updating archives on Windows
1415
* [Mix] Only shutdown Logger if the Mix application is being actually started
16+
* [Mix] Don't go through hex.pm API server to install Hex
1517
* [Regex] Fix Regex.replace/4 failures when the number of substitutions in pattern is more than the number of matches and support `\g{...}` patterns
1618
* [String] Fix LFCR being treated as a grapheme instead of CRLF
19+
* [URI] Do more strict matching on URI schema
1720

1821
## v1.0.2 (2014-10-21)
1922

0 commit comments

Comments
 (0)