File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
## v1.0.3-dev
4
4
5
5
* Bug fixes
6
+ * [ Elixir] Ensure all Elixir applications work with code upgrades
7
+ * [ Elixir] Do not show aliases and import warnings when code cannot compile
6
8
* [ Elixir] Don't leave spurious processes and stale data when the parallel compiler fails
7
9
* [ IEx] Improve autocompletion for Erlang/Elixir based on loaded applications
8
10
* [ Inspect] Keep original stacktrace on Inspect errors
9
11
* [ IO] Make ` IO.ANSI.Docs ` readable on white background
10
12
* [ IO] Fix ` IO.ANSI.Docs ` handling of ` * ` , ` ** ` , ` _ ` where they would be activated in the middle of words
13
+ * [ Logger] Fix logging with ` metadata[:function] `
11
14
* [ Mix] Don't show hex update message on mix ` local.hex `
12
15
* [ Mix] Ensure tasks are properly underscored and camelized
13
16
* [ Mix] Ensure Mix does not use ANSI escapes on Windows unless ANSI is enabled
14
17
* [ Mix] Improve error message when updating archives on Windows
15
18
* [ Mix] Only shutdown Logger if the Mix application is being actually started
16
19
* [ Mix] Don't go through hex.pm API server to install Hex
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
20
+ * [ Regex] Fix ` Regex.replace/4 ` failures when the number of substitutions in pattern is more than the number of matches and support ` \g{...} ` patterns
21
+ * [ Regex] Fix ` Regex.replace/4 ` so it doesn't discard escape characters
18
22
* [ String] Fix LFCR being treated as a grapheme instead of CRLF
19
23
* [ URI] Do more strict matching on URI schema
20
24
You can’t perform that action at this time.
0 commit comments