summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJules Chéron <jules.cheron@gmail.com>2020-01-21 21:46:40 +0100
committerJules Chéron <jules.cheron@gmail.com>2020-01-21 21:46:40 +0100
commit90bad48e56e6cbbbb146d1abc6f3c95aa40dcf50 (patch)
tree24d05034456c3d5ab5cf985611e18a1324f0f335 /CHANGES
parent59d9d86f9aeef5cc30adcda58ab81fd85361eb88 (diff)
downloadpint-90bad48e56e6cbbbb146d1abc6f3c95aa40dcf50.tar.gz
Fixed #960
- Handles unit in to_compact. - Use same function infer_base_unit on Quantity based on input unit. - Add unit test in test_issues.py
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6c645b9..115edca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@ Pint Changelog
(Issue #979, Thanks Jon Thielen)
- Allow constants in units by using a leading underscore (Issue #989, Thanks
Juan Nunez-Iglesias)
+- Fixed bug where to_compact handled prefix units incorrectly (Issue #960)
0.10.1 (2020-01-07)
-------------------