diff options
author | Rickard Green <[email protected]> | 2019-02-25 11:20:52 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-02-25 11:20:52 +0100 |
commit | 5045fe8660545754ab5ec6bb3cbcf3a8ff7d9697 (patch) | |
tree | 6073545f9b4a579e3299b0d36f9aeacfc4d0d64b /system/doc/system_principles/misc.xml | |
parent | 2c06e174d6515b6a842906de9e6ebc70bd2f2ec0 (diff) | |
parent | 00fa7a8def826d2a4c8fb9e2c38208103bf04341 (diff) | |
download | otp-5045fe8660545754ab5ec6bb3cbcf3a8ff7d9697.tar.gz otp-5045fe8660545754ab5ec6bb3cbcf3a8ff7d9697.tar.bz2 otp-5045fe8660545754ab5ec6bb3cbcf3a8ff7d9697.zip |
Merge branch 'rickard/deprecations-removals'
OTP-15621 OTP-15622
* rickard/deprecations-removals:
Document deprecations and removals
Diffstat (limited to 'system/doc/system_principles/misc.xml')
-rw-r--r-- | system/doc/system_principles/misc.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/doc/system_principles/misc.xml b/system/doc/system_principles/misc.xml index dd6c2a1336..ed3675d180 100644 --- a/system/doc/system_principles/misc.xml +++ b/system/doc/system_principles/misc.xml @@ -34,6 +34,14 @@ </header> <section> + <title>Introduction</title> + <p>This document describes strategy regarding supported Releases, + compatibility, deprecations and removal of functionality. This + document was introduced in OTP 21. Actions taken regarding these + issues before OTP 21 did not adhere this document.</p> + </section> + + <section> <marker id="supported_releases"/> <title>Supported Releases</title> <p> |