Updated CHANGES

This commit is contained in:
Hernan Grecco
2014-07-11 09:11:16 -03:00
parent 33854821fd
commit 74338c4024

View File

@@ -5,9 +5,16 @@ Pint Changelog
0.6 (unreleased)
----------------
- Optimized "get_dimensionality" and "get_base_name".
(Issue #166 and #167, thanks jbmohler)
- Renamed ureg.parse_units parameter "to_delta" to "as_delta" to make clear
that no conversion happens. Accordingly, the parameter/property
"default_to_delta" of UnitRegistry was renamed to "default_as_delta".
(Issue #158, thanks dalit)
- Fixed problem when adding two uncertainties.
(thanks dalito)
- Full support for Offset units (e.g. temperature)
(Issue #88, #143, #147 and #161, thanks dalito)
0.5.2 (unreleased)