types: Update TLV code reservations for well-known name components

Change-Id: I45da811e547ea209791f32da206e1b9bd424569a
diff --git a/changelog.rst b/changelog.rst
index 8cc41c0..ba86ec2 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -27,7 +27,15 @@
 
   + Lift restriction on name component types, allowing types in the range ``1`` - ``32767``
   + Correct definition of name URI encoding: disallow unescaped encoding of PLUS ``+`` and allow TILDE ``~``
-  + Add ``ParametersSha256DigestComponent``
+  + Add well-known special-use component types:
+
+    - ``ParametersSha256DigestComponent`` (type 2)
+    - ``KeywordNameComponent`` (type 32)
+    - ``SegmentNameComponent`` (type 50)
+    - ``ByteOffsetNameComponent`` (type 52)
+    - ``VersionNameComponent`` (type 54)
+    - ``TimestampNameComponent`` (type 56)
+    - ``SequenceNumNameComponent`` (type 58)
 
 - **Signature**