diff options
author | Rickard Green <[email protected]> | 2019-02-23 18:59:06 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-02-25 11:18:32 +0100 |
commit | 00fa7a8def826d2a4c8fb9e2c38208103bf04341 (patch) | |
tree | 31b57a4087e0e574f294220dda4384102495f303 /lib/erl_interface/doc/src/ei.xml | |
parent | 8172af0a1986fe50c3d7ea26baa80fdb423ae13c (diff) | |
download | otp-00fa7a8def826d2a4c8fb9e2c38208103bf04341.tar.gz otp-00fa7a8def826d2a4c8fb9e2c38208103bf04341.tar.bz2 otp-00fa7a8def826d2a4c8fb9e2c38208103bf04341.zip |
Document deprecations and removals
Diffstat (limited to 'lib/erl_interface/doc/src/ei.xml')
-rw-r--r-- | lib/erl_interface/doc/src/ei.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/erl_interface/doc/src/ei.xml b/lib/erl_interface/doc/src/ei.xml index ae322255ad..2bdb390644 100644 --- a/lib/erl_interface/doc/src/ei.xml +++ b/lib/erl_interface/doc/src/ei.xml @@ -35,6 +35,9 @@ <lib>ei</lib> <libsummary>Routines for handling the Erlang binary term format.</libsummary> <description> + <note><p>The support for VxWorks is deprecated as of OTP 22, and + will be removed in OTP 23.</p></note> + <p>The library <c>ei</c> contains macros and functions to encode and decode the Erlang binary term format.</p> |