summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2022-02-20 22:23:06 -0300
committerHernan <hernan.grecco@gmail.com>2022-02-20 22:23:06 -0300
commit91b3c491a80ccef621b310c8e3255cad0b4f97dd (patch)
tree262681ff36f645b1dfbfc769a2eb6450128b5a06 /CHANGES
parent59c814fc5bd8e443c11c30f8aefb8d418da4d0bb (diff)
downloadpint-91b3c491a80ccef621b310c8e3255cad0b4f97dd.tar.gz
Updated CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2de0a4e..d6c8317 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@ Pint Changelog
0.19 (unreleased)
-----------------
+- Better separation between parsing and loading of definitions.
+ Implement a parsed "binary" version of "textual" definition files.
+ Infrastructure to disk cache parsed definition files and RegistryCache
+ resulting in a 10X speed up in registry instantiation when enabled.
+ (Issue #1465)
- Fix a bug for offset units of higher dimension, e.g. gauge pressure.
(Issue #1066, thanks dalito)
- Fix type hints of function wrapper (Issue #1431)