summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2019-12-22 01:10:35 -0300
committerHernan <hernan.grecco@gmail.com>2019-12-22 01:10:35 -0300
commit2d019416a319c70465ebd175565f77382432fc0e (patch)
treecd40749094a33c87cdd73d3efc23e19cff2bc8a3 /CHANGES
parent049449baf816e26c911ca929b4a83234d6d60863 (diff)
downloadpint-2d019416a319c70465ebd175565f77382432fc0e.tar.gz
Updated CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 19f7d7f..f1bc247 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,8 @@ Pint Changelog
0.10 (unreleased)
-----------------
+- Removed eval usage when creating UnitDefinition and PrefixDefinition from string.
+ (Issue #942)
- Added `fmt_locale` argument to registry.
(Issue #904)
- Better error message when Babel is not installed.