summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSam Tygier <samtygier@yahoo.co.uk>2020-05-08 15:07:17 +0100
committerSam Tygier <samtygier@yahoo.co.uk>2020-05-08 15:12:46 +0100
commit2be68656065db0a6838ba657ec778f481cc31f99 (patch)
treec8c42b07e4698752b9af103dbe1221c0e282e089 /CHANGES
parent4b6ab2650dbae7709d1aa56799cbe26793b30b94 (diff)
downloadpint-2be68656065db0a6838ba657ec778f481cc31f99.tar.gz
Add momentum as dimension
Allows for example dimension checking for momentum. x.check("[momentum]")
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3babceb..d304263 100644
--- a/CHANGES
+++ b/CHANGES
@@ -35,6 +35,7 @@ Pint Changelog
(Issue #1072, Thanks Tom Nicholas)
- Replace pkg_resources.version to importlib.metadata.version. (Issue #1083)
- Fix typo in docs for wraps example with optional arguments. (Issue #1088)
+- Add momentum as a dimension
0.11 (2020-02-19)
-----------------