- [Code]
Code.load_file/2has been deprecated in favor ofCode.require_file/2orCode.compile_file/2 - [Code]
Code.loaded_files/0andCode.unload_file/1have been deprecated in favor ofCode.required_files/0andCode.unrequire_file/1respectively - [String]
String.normalize/2has been deprecated in favor of:unicode.characters_to_nfc_binary/1or:unicode.characters_to_nfd_binary/1which ship as part of Erlang/OTP 20+ - [Supervisor] The
Supervisor.Specmodule and its functions have been deprecated in favor of the new Supervisor child specification - [Supervisor] The
:simple_one_for_onestrategy inSupervisorhas been deprecated in favor ofDynamicSupervisor
- [Logger]
:compile_time_purge_levelapplication environment configuration has been deprecated in favor of the more general:compile_time_purge_matchingconfig
The CHANGELOG for v1.9 releases can be found in the v1.9 branch.