summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2021-04-23 11:46:31 +0200
committerJosé Valim <jose.valim@dashbit.co>2021-04-23 11:46:31 +0200
commit512f2fd2475208b1d2394332476d8dc24f45f6ba (patch)
tree41aec0a1fc9613c9a37fd7e979ae0e8bd9ea401d /CHANGELOG.md
parentdb0d21e95c646ebc4f68765097bfe7d1aa28f452 (diff)
downloadelixir-512f2fd2475208b1d2394332476d8dc24f45f6ba.tar.gz
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3277d7ac4..f3e1b582a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,8 @@ Elixir v1.13 requires Erlang/OTP 22+.
#### IEx
+ * [IEx.Autocomplete] Add `Path` autocompletion
+
#### Logger
* [Logger] Add `Logger.put_application_level/2`
@@ -28,6 +30,13 @@ Elixir v1.13 requires Erlang/OTP 22+.
#### Elixir
* [Protocol] Add `defdelegate` to the list of unallowed macros inside protocols as protocols do not allow function definitions
+ * [Protocol] Warn if `@callback`, `@macrocallback` and `@optional_callbacks` are defined inside protocol
+
+#### Mix
+
+ * [mix deps] Raise if local dep is unavailable while compiling
+ * [mix local.install] Do not respect `MIX_DEPS_PATH` for install commands
+ * [Mix.Shell] Add `default` option to `Mix.Shell.yes?`
### 3. Soft-deprecations (no warnings emitted)