summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorToon Verstraelen <Toon.Verstraelen@UGent.be>2023-01-09 22:10:32 +0100
committerGitHub <noreply@github.com>2023-01-09 22:10:32 +0100
commit44b0ecae8b99beb15959223a8d74cefc63f0e4df (patch)
tree8dd2dfb7b77b77c45cf1c02efaa743a3efbea5ef /CHANGES
parent3a7f23e096d4f5122f002f2ff0105b7f0c6485e1 (diff)
parent521dc80fabdacae20d57d9e3dce95e04633894ca (diff)
downloadpint-44b0ecae8b99beb15959223a8d74cefc63f0e4df.tar.gz
Merge branch 'master' into fix-trailing-zeros-decimal
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 0263749..dff1f17 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,21 @@ Pint Changelog
0.21 (unreleased)
-----------------
+- Fix error when when re-registering a formatter.
+ (PR #1629)
+- Add new SI prefixes: ronna-, ronto-, quetta-, quecto-.
+ (PR #1652)
+- Implementation for numpy.positive added for Quantity.
+ (PR #1663)
+- Changed frequency to angular frequency in the docs.
+ (PR #1668)
- Avoid addition of spurious trailing zeros when converting units and non-int-type is
- Decimal (Issue #1621).
+ Decimal (PR #1625).
+### Breaking Changes
+
+- Support percent and ppm units. Support the `%` symbol.
+ (Issue #1277)
0.20.1 (2022-10-27)
-------------------