summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-06-03 22:13:53 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-06-03 22:13:53 -0300
commit1a23516e34cd96f187130eef65067881fbc83871 (patch)
tree778b11674100dd180b7d85291a4a677676bf06f4
parentd8829cf87f9878fe0cecc0b74fe434b7e851071b (diff)
downloadpint-1a23516e34cd96f187130eef65067881fbc83871.tar.gz
Updated CHANGES
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ba227ae..64b48a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,16 @@ Pint Changelog
0.6 (unreleased)
----------------
-- Nothing changed yet.
+- Implemented a standard way to change the registry used in unpickling operations.
+ (Issue #148)
+- Fix bug where conversion would fail due to caching.
+ (Issue #140, thanks jdreaver)
+- Allow assigning Not a Number to a quantity array.
+ (Issue #127)
+- Decoupled Quantity in place and not in place unit conversion methods.
+- Return None in functions that modify quantities in place.
+- Improved testing infrastructure to check for unwanted warnings.
+- Added test function at the package level to run all tests.
0.5 (2014-05-07)