|
2 | 2 |
|
3 | 3 | ## v1.0.3-dev |
4 | 4 |
|
| 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 | + |
5 | 14 | * Bug fixes |
6 | 15 | * [Elixir] Ensure all Elixir applications work with code upgrades |
7 | | - * [Elixir] Do not show aliases and import warnings when code cannot compile |
8 | 16 | * [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 |
10 | 17 | * [Inspect] Keep original stacktrace on Inspect errors |
11 | | - * [IO] Make `IO.ANSI.Docs` readable on white background |
12 | 18 | * [IO] Fix `IO.ANSI.Docs` handling of `*`, `**`, `_` where they would be activated in the middle of words |
13 | 19 | * [Logger] Fix logging with `metadata[:function]` |
14 | 20 | * [Mix] Don't show hex update message on mix `local.hex` |
15 | 21 | * [Mix] Ensure tasks are properly underscored and camelized |
16 | 22 | * [Mix] Ensure Mix does not use ANSI escapes on Windows unless ANSI is enabled |
17 | | - * [Mix] Improve error message when updating archives on Windows |
18 | 23 | * [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 |
20 | 25 | * [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 | 26 | * [Regex] Fix `Regex.replace/4` so it doesn't discard escape characters |
22 | 27 | * [String] Fix LFCR being treated as a grapheme instead of CRLF |
|
0 commit comments