aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_3.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_3.rst b/doc/relnotes/1_11_3.rst
index 244e3cfae..0b12a8439 100644
--- a/doc/relnotes/1_11_3.rst
+++ b/doc/relnotes/1_11_3.rst
@@ -2,3 +2,7 @@ Version 1.11.3, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* New functions for symmetric encryption are included in cryptobox.h
+
+* A new function :cpp:func:`algorithm_kat_detailed` returns a string
+ providing information about failures, instead of just a pass/fail
+ indicator as in :cpp:func:`algorithm_kat`.