Skip to content

Commit b5e2d45

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 29f2eb7 commit b5e2d45

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,22 @@
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

0 commit comments

Comments
 (0)