Skip to content

Commit a525f71

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 750d2a3 commit a525f71

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,26 @@
22

33
## v1.0.3-dev
44

5+
* Enhancements
6+
* [Elixir] Do not show exported vars warning
7+
* [Elixir] Improve error messages when using invalid expressions inside maps
8+
* [Elixir] Skip aliases and import warnings when code cannot compile
9+
* [IEx] Improve autocompletion for Erlang/Elixir based on loaded applications
10+
* [IO] Make `IO.ANSI.Docs` readable on white background
11+
* [Mix] Provide clearer error message when updating archives on Windows
12+
* [Mix] Don't go through hex.pm API server to install Hex
13+
514
* Bug fixes
615
* [Elixir] Ensure all Elixir applications work with code upgrades
7-
* [Elixir] Do not show aliases and import warnings when code cannot compile
816
* [Elixir] Don't leave spurious processes and stale data when the parallel compiler fails
9-
* [IEx] Improve autocompletion for Erlang/Elixir based on loaded applications
1017
* [Inspect] Keep original stacktrace on Inspect errors
11-
* [IO] Make `IO.ANSI.Docs` readable on white background
1218
* [IO] Fix `IO.ANSI.Docs` handling of `*`, `**`, `_` where they would be activated in the middle of words
1319
* [Logger] Fix logging with `metadata[:function]`
1420
* [Mix] Don't show hex update message on mix `local.hex`
1521
* [Mix] Ensure tasks are properly underscored and camelized
1622
* [Mix] Ensure Mix does not use ANSI escapes on Windows unless ANSI is enabled
17-
* [Mix] Improve error message when updating archives on Windows
1823
* [Mix] Only shutdown Logger if the Mix application is being actually started
19-
* [Mix] Don't go through hex.pm API server to install Hex
24+
* [Mix] Ensure priv/include are copied on Windows even if source did not change
2025
* [Regex] Fix `Regex.replace/4` failures when the number of substitutions in pattern is more than the number of matches and support `\g{...}` patterns
2126
* [Regex] Fix `Regex.replace/4` so it doesn't discard escape characters
2227
* [String] Fix LFCR being treated as a grapheme instead of CRLF

0 commit comments

Comments
 (0)