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 33## v1.0.3-dev
44
55* 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
68 * [ Elixir] Don't leave spurious processes and stale data when the parallel compiler fails
79 * [ IEx] Improve autocompletion for Erlang/Elixir based on loaded applications
810 * [ Inspect] Keep original stacktrace on Inspect errors
911 * [ IO] Make ` IO.ANSI.Docs ` readable on white background
1012 * [ IO] Fix ` IO.ANSI.Docs ` handling of ` * ` , ` ** ` , ` _ ` where they would be activated in the middle of words
13+ * [ Logger] Fix logging with ` metadata[:function] `
1114 * [ Mix] Don't show hex update message on mix ` local.hex `
1215 * [ Mix] Ensure tasks are properly underscored and camelized
1316 * [ Mix] Ensure Mix does not use ANSI escapes on Windows unless ANSI is enabled
1417 * [ Mix] Improve error message when updating archives on Windows
1518 * [ Mix] Only shutdown Logger if the Mix application is being actually started
1619 * [ 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
1822 * [ String] Fix LFCR being treated as a grapheme instead of CRLF
1923 * [ URI] Do more strict matching on URI schema
2024
You can’t perform that action at this time.
0 commit comments