File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments