Update changelog and docs

This commit is contained in:
Victor Zverovich
2023-12-29 13:00:12 -08:00
parent 47a0eec2e8
commit a13d1b12e5
2 changed files with 34 additions and 9 deletions
+4 -3
View File
@@ -229,9 +229,10 @@ The available integer presentation types are:
| none | The same as ``'d'``. |
+---------+----------------------------------------------------------+
Integer presentation types can also be used with character and Boolean values.
Boolean values are formatted using textual representation, either ``true`` or
``false``, if the presentation type is not specified.
Integer presentation types can also be used with character and Boolean values
with the only exception that ``'c'`` cannot be used with `bool`. Boolean values
are formatted using textual representation, either ``true`` or ``false``, if the
presentation type is not specified.
The available presentation types for floating-point values are: