diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-23 17:20:11 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-23 17:20:11 +0100 |
commit | 4023903eac7c1bb76287b20133913a6d786b7c0d (patch) | |
tree | bd9806706e50ef6bd9da00615c09907bc390c714 /CHANGELOG.rst | |
parent | 81d91de68170396e12d75525a96439a280f95aa7 (diff) |
New property ``precision`` for ``decimal`` fields.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f51190..48486ff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,8 @@ Unreleased * Add support for bash autocompletion via argcomplete, if installed. * Add support for the ``values`` property in the settings, to limit the contents of a field. +* New property ``precision`` for ``decimal`` fields, to force rounding + values to that number of decimal digits. Bugfixes -------- |