summaryrefslogtreecommitdiff
path: root/system/doc/general_info/scheduled_for_removal_24.inc
diff options
context:
space:
mode:
Diffstat (limited to 'system/doc/general_info/scheduled_for_removal_24.inc')
-rw-r--r--system/doc/general_info/scheduled_for_removal_24.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/system/doc/general_info/scheduled_for_removal_24.inc b/system/doc/general_info/scheduled_for_removal_24.inc
index 05db29ded2..72aa9ba648 100644
--- a/system/doc/general_info/scheduled_for_removal_24.inc
+++ b/system/doc/general_info/scheduled_for_removal_24.inc
@@ -32,3 +32,21 @@
will still be supported, even though its no longer necessary to specify
it this way. </p>
</section>
+ <section>
+ <title>Compilation of Latin-1 Encoded Erlang Files</title>
+ <p>As of OTP 24, the Erlang compiler will refuse to compile source files
+ encoded in Latin-1 but without a <c>%% coding: latin-1</c> comment at the
+ beginning of the file.</p>
+ </section>
+ <section>
+ <title>erl_interface registry</title>
+ <p>
+ The
+ <seecref marker="erl_interface:registry"><c>registry</c></seecref>
+ functionality part of
+ <seeapp marker="erl_interface:index"><c>erl_interface</c></seeapp>
+ is as of
+ <seeguide marker="deprecations#otp-23">OTP 23 deprecated</seeguide>
+ and will be removed in OTP 24.
+ </p>
+ </section>