diff --git a/CHANGES.rst b/CHANGES.rst index 03f16dd7e..8c61fc252 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,9 @@ It is currently undergoing fast development and backward compatibility is not en New features ------------ - +* The :class:`StringEncoder` encodes strings using tf-idf and truncated SVD + decomposition and provides a cheaper alternative to :class:`TextEncoder`. + :pr:`1159` by :user:`Riccardo Cappuzzo`. Changes -------