diff options
author | Raimo Niskanen <[email protected]> | 2017-05-04 09:42:19 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-05-04 09:42:19 +0200 |
commit | afa12d457b0e71f1ffe917c4d43e96350c6b4f4e (patch) | |
tree | 380f08871f9ca31fc24ea00c44d09558b7de91df | |
parent | 2c434650f6b99154f4586a100c68c8839c5236bc (diff) | |
download | otp-afa12d457b0e71f1ffe917c4d43e96350c6b4f4e.tar.gz otp-afa12d457b0e71f1ffe917c4d43e96350c6b4f4e.tar.bz2 otp-afa12d457b0e71f1ffe917c4d43e96350c6b4f4e.zip |
Fix missing release note
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index ad349c5aaf..6d6367a2bd 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -166,6 +166,14 @@ <p> Own Id: OTP-13564</p> </item> + <item> + <p> + Rudimentary support for DSCP has been implemented + in the guise of a <c>tclass</c> socket option + for IPv6 sockets.</p> + <p> + Own Id: OTP-13582</p> + </item> </list> </section> |