PEM_read_...: document that garbage and other PEM data is skipped
[openssl.git] / CHANGES.md
index 5b0f0df11e11ed4fdddcbac191033ff63dc159c2..9eb5eeb19b319fe8da121fb0b50a45c353a27dac 100644 (file)
@@ -30,6 +30,11 @@ breaking changes, and mappings for the large list of deprecated functions.
 
 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
 
+ * Add a configurable flag to output date formats as ISO 8601. Does not
+   change the default date format.
+
+   *William Edmisten*
+
  * Version of MSVC earlier than 1300 could get link warnings, which could
    be suppressed if the undocumented -DI_CAN_LIVE_WITH_LNK4049 was set.
    Support for this flag has been removed.