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 5
5
* Bug fixes
6
6
* [ Elixir] Don't leave spurious processes and stale data when the parallel compiler fails
7
7
* [ IEx] Improve autocompletion for Erlang/Elixir based on loaded applications
8
+ * [ Inspect] Keep original stacktrace on Inspect errors
8
9
* [ IO] Make ` IO.ANSI.Docs ` readable on white background
9
10
* [ IO] Fix ` IO.ANSI.Docs ` handling of ` * ` , ` ** ` , ` _ ` where they would be activated in the middle of words
10
11
* [ Mix] Don't show hex update message on mix ` local.hex `
11
12
* [ 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
13
14
* [ Mix] Improve error message when updating archives on Windows
14
15
* [ 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
15
17
* [ Regex] Fix Regex.replace/4 failures when the number of substitutions in pattern is more than the number of matches and support ` \g{...} ` patterns
16
18
* [ String] Fix LFCR being treated as a grapheme instead of CRLF
19
+ * [ URI] Do more strict matching on URI schema
17
20
18
21
## v1.0.2 (2014-10-21)
19
22
You can’t perform that action at this time.
0 commit comments