summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2013-08-20 00:10:27 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2013-08-20 00:10:27 -0300
commit02964b6429e509e961a7459d23bfedfb8d49e372 (patch)
tree33ad7073a04d6ea099feea777b06e02837c250f3
parent59b59860a0c775de8c5192617699703409c014c8 (diff)
downloadpint-02964b6429e509e961a7459d23bfedfb8d49e372.tar.gz
Updated CHANGES and AUTHORS
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES4
2 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 1a80fc3..870ee2d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,4 +6,5 @@ Other contributors, listed alphabetically, are:
* Alexander Böhn <fish2000@gmail.com>
* Dave Brooks <dave@bcs.co.nz>
* Giel van Schijndel <me@mortis.eu>
+* Daniel Sokolowski <moc.buhtig@danols.com>
* Brend Wanders <b.wanders@utwente.nl>
diff --git a/CHANGES b/CHANGES
index 49a41fa..df5362d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,9 +20,9 @@ Pint Changelog
- fix error raised when unit symbol is missing.
(Issue #41)
- fix error raised when magnitude is Decimal.
- (Issue #46)
+ (Issue #46, thanks danielsokolowski)
- support for non-installed pint.
- (Issue #42)
+ (Issue #42, thanks danielsokolowski)
- support for application of numpy function on non-ndarray magnitudes.
(Issue #44)
- support for math operations on dimensionless Quantities (writen with units)