summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-25 01:29:04 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-25 01:29:04 -0300
commit70e1b2590bdb7a7e4c0941a0a75c57d78a2ea01b (patch)
tree91e5dee776a45a1ac3b3fb95f1289a61f2135edd /CHANGES
parent5794ffb8ae25e89ec57fa6e1743c6eafe69e4c0c (diff)
parent4357104a645e90b937a54318f4b5574f7282129f (diff)
downloadpint-70e1b2590bdb7a7e4c0941a0a75c57d78a2ea01b.tar.gz
Merge branch 'pr/1712'
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cebcc7c..01eb09a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,8 @@ Pint Changelog
- Parse '°' along with previous text, rather than adding a space,
allowing, eg 'Δ°C' as a unit.
(PR #1729)
+- Improved escaping of special characters for LaTeX format
+ (PR #1712)
- Avoid addition of spurious trailing zeros when converting units and non-int-type is
Decimal (PR #1625).
- Implementation for numpy.delete added for Quantity.
@@ -34,6 +36,7 @@ Pint Changelog
(PR #1722)
- Added Townsend unit
(PR #1738)
+
### Breaking Changes