summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2023-04-29 10:18:34 -0300
committerGitHub <noreply@github.com>2023-04-29 10:18:34 -0300
commit87fb9d7ce3511bc4e150cc6a3b6f4a480998fe77 (patch)
tree1c15d3840ad870ba6e5f46a273a3d29db11f2665 /CHANGES
parent1d65a3f34e5ec7dd2d62426cfb9e73c116bfe04e (diff)
parent819f92008ad3549a4a189513af86f1ad8a51c4d9 (diff)
downloadpint-87fb9d7ce3511bc4e150cc6a3b6f4a480998fe77.tar.gz
Merge pull request #1594 from dopplershift/fix-trapz-temp
Properly handle offset units for trapz
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 86b0124..25b9062 100644
--- a/CHANGES
+++ b/CHANGES
@@ -42,6 +42,8 @@ Pint Changelog
(Issue #1646)
- Honor non_int_type when dividing.
(Issue #1505)
+- Fix `trapz`, `dot`, and `cross` to work properly with non-multiplicative units
+ (Issue #1593)
### Breaking Changes