diff --git a/docs/news.html b/docs/news.html
index ae278d51e..847372942 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -48,14 +48,14 @@
XML Security Library News
- - January 4, 2023
+ - January 4, 2024
The XML Security Library 1.3.3 release includes the following changes:
-
(xmlsec-core) Disabled KeyValue and DEREncodedKeyValue XML nodes by default. Use the '--enabled-key-data' option
- for the xmlsec command line utility or update the 'keyInfoCtx->enabledKeyData' parameter if you need to re-enable these nodes
+ for the xmlsec command line utility or update the 'keyInfoCtx.enabledKeyData' parameter if you need to re-enable these nodes
(also see question 3.5 in the FAQ).
- (xmlsec-core) Removed '--enable-size-t' ('size_t' for MSVC builds) option and made 'xmlSecSize' to always be the same as 'size_t'.