Skip to content

Commit 1f9f713

Browse files
axelsonJosé Valim
authored andcommitted
Document Mix.Config.persist soft deprecation (#9722)
1 parent 9814a4c commit 1f9f713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ Finally, ExUnit comes with two small but important improvements: `ExUnit.Capture
194194

195195
#### Mix
196196

197+
* [Mix.Config] `Mix.Config.persist/1` has been deprecated. Instead of `Mix.Config.persist(config)` use `Application.put_all_env(config, persistent: true)` (`Application.put_all_env/2` was added in v1.9)
197198
* [mix xref] `calls/0` is deprecated in favor of compiler tracer
198199
* [mix xref] The `xref.exclude` option has been moved to `elixirc_options.no_warn_undefined` as the `xref` pass has been moved into the compiler
199200

0 commit comments

Comments
 (0)