diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index e58b4250f35..fb3f6312798 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -140,8 +140,15 @@ shelve sqlite3 ------- -* Support SQL keyword completion in the :mod:`sqlite3` command-line interface. - (Contributed by Long Tan in :gh:`133393`.) +* The :ref:`command-line interface ` has several new features: + + * SQL keyword completion on . + (Contributed by Long Tan in :gh:`133393`.) + + * Prompts, error messages, and help text are now colored. + This is enabled by default, see :ref:`using-on-controlling-color` for + details. + (Contributed by Stan Ulbrych and Ɓukasz Langa in :gh:`133461`) ssl