diff --git a/docs.html b/docs.html
index 48731941..647ffe23 100644
--- a/docs.html
+++ b/docs.html
@@ -20705,7 +20705,8 @@ List of additions and changes for each version:
added preliminary support for matrices with half-precision fp16 element type
added second form of cond() to allow detection of failures
added .freeze() and .unfreeze() member functions to wall_clock
-added workarounds to svd() and eig_sym() to address limitations of default LAPACK that uses 32 bit integers
+extended conv() and conv2() to accept the "valid" shape argument
+workarounds in svd() and eig_sym() to address limitations of default LAPACK that uses 32 bit integers
...