]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/news.rst
Ability to specify multiple OID mappings for pprinting
[pyderasn.git] / doc / news.rst
index a6695f387f85175420b937793032e99c4508f668..d9d9ca09111137dd363ae70b51cd5ef49e50dd78 100644 (file)
@@ -1,12 +1,31 @@
 News
 ====
 
+.. _release5.0:
+
+5.0
+---
+* Ability to specify multip[le OID mappings for pprinted output
+  (``oids`` keyword argument is renamed to ``oid_maps``)
+
+.. _release4.9:
+
+4.9
+---
+* Minor decode speed improvements
+* Much faster UTCTime/GeneralizedTime decoders
+* Stricter UTCTime/GeneralizedTime DER encoding check: trailing zeroes
+  are forbidden
+* Valid DER encoding of GeneralizedTime with microseconds: no trailing
+  zeroes appended
+
 .. _release4.7:
 
 4.7
 ---
 * ObjectIdentifier has ``ber_encoded`` set to True, if non-normalized
   arc encoding is met
+* Preserve BER-related attributes during ``copy()``
 
 .. _release4.6: