summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJules Chéron <43635101+jules-ch@users.noreply.github.com>2022-11-28 23:40:52 +0100
committerGitHub <noreply@github.com>2022-11-28 23:40:52 +0100
commit52012d02ff63beafcbc4e1fd9ae5c0481ad39fb3 (patch)
treea2bcfd5929b8ea67cb2b5134d4d4df36e199d42b /CHANGES
parenta3e92c8f158c647745406dc63fc490d0ec7cc693 (diff)
parent81519be219953e521127c7db711b3e61b06b7e83 (diff)
downloadpint-52012d02ff63beafcbc4e1fd9ae5c0481ad39fb3.tar.gz
Merge branch 'master' into fix1277
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 7e73a18..1cc6b51 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,9 +8,15 @@ Pint Changelog
(PR #1629)
- Add new SI prefixes: ronna-, ronto-, quetta-, quecto-.
(PR #1652)
-- Support percent and ppm units. Support the `%` symbol (breaking change!)
- (Issue #1277)
+- Implementation for numpy.positive added for Quantity.
+ (PR #1663)
+- Changed frequency to angular frequency in the docs.
+ (PR #1668)
+
+### Breaking Changes
+- Support percent and ppm units. Support the `%` symbol.
+ (Issue #1277)
0.20.1 (2022-10-27)
-------------------