summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-11-07 20:35:57 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-11-07 20:35:57 -0300
commitd2b1070086953dfca4042406796f0f121303e2c9 (patch)
tree5097ddf84b9f8dd132a48f9c497e19bb70bc3692
parentd682a21f191f3622e07d6bf0721135247c78c5ba (diff)
downloadpint-d2b1070086953dfca4042406796f0f121303e2c9.tar.gz
Updated CHANGES
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dda2d2c..37ad8d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@ Pint Changelog
0.6 (unreleased)
----------------
+- Fix operations with measurments and user defined units.
+ (Issue #204)
- Faster conversions through caching and other performance improvements.
(Issue #193, thanks MatthieuDartiailh)
- Better error messages on Quantity.__setitem__.