diff --git a/docs.html b/docs.html
index f213cf34..5c342abf 100644
--- a/docs.html
+++ b/docs.html
@@ -2128,7 +2128,7 @@ The following subset of operations & functions is available for sparse matri
element-wise functions: abs(), cbrt(), ceil(), conj(), floor(), imag(), real(), round(), sign(), sqrt(), square(), trunc()
scalar functions of matrices: accu(), as_scalar(), dot(), norm(), norm2est(), trace()
vector valued functions of matrices: diagvec(), min(), max(), nonzeros(), sum(), mean(), var(), vecnorm(), vectorise()
-matrix valued functions of matrices: clamp(), diagmat(), spdiags(), flipud()/fliplr(), join_rows(), join_cols(), kron(), normalise(), repelem(), repmat(), reshape(), resize(), reverse(), symmatu()/symmatl(), trimatu()/trimatl(), .t(), trans()
+matrix valued functions of matrices: clamp(), diagmat(), spdiags(), flipud()/fliplr(), join_rows(), join_cols(), kron(), normalise(), repelem(), repmat(), reshape(), resize(), reverse(), shift(), symmatu()/symmatl(), trimatu()/trimatl(), .t(), trans()
generated matrices: speye(), spones(), sprandu(), sprandn(), zeros()
eigen decompositions and SVD: eigs_sym(), eigs_gen(), svds()
solution of sparse linear systems: spsolve()
@@ -20207,6 +20207,7 @@ List of additions and changes for each version:
Version 12.8:
+- expanded shift() to handle sparse matrices
- expanded conv_to for more flexible conversions between sparse and dense matrices
- added cbrt()
- ...