summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES3
2 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index db3229e..2f51bae 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -43,6 +43,7 @@ Other contributors, listed alphabetically, are:
* Sundar Raman <cybertoast@gmail.com>
* Tiago Coutinho <coutinho@esrf.fr>
* Thomas Kluyver <takowl@gmail.com>
+* Tom Nicholas <tomnicholas1@gmail.com>
* Tom Ritchford <tom@swirly.com>
* Virgil Dupras <virgil.dupras@savoirfairelinux.com>
* Zebedee Nicholls <zebedee.nicholls@climate-energy-college.org>
diff --git a/CHANGES b/CHANGES
index 27a6c38..75e264d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,9 @@ Pint Changelog
when using to_compact()
- Fixed crash when a Unit with prefix is declared for the first time while a Context
containing unit redefinitions is active (Issue #1062, Thanks Guido Imperiale)
+- Removed outdated `_dir` attribute of `UnitsRegistry`, and added `__iter__`
+ method so that now `list(ureg)` returns a list of all units in registry.
+ (Issue #1072, Thanks Tom Nicholas)
0.11 (2020-02-19)