summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Ching <carterbox@users.noreply.github.com>2021-07-14 13:32:46 -0500
committerDaniel Ching <carterbox@users.noreply.github.com>2021-09-29 10:20:33 -0500
commit1568c67347ec676831be1b2d2f935739a65b5363 (patch)
treed8eef9f8c9438fb3af98cdef5a2aa25bb407f63e /CHANGES
parent5cbd81b480031b22ae33a8c08d66f5668e4dafe3 (diff)
downloadpint-1568c67347ec676831be1b2d2f935739a65b5363.tar.gz
DOC: Add note to changelog
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e53cc5b..6f3cf44 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,8 @@ Pint Changelog
- Fix default format for Measurement class (Issue #1300)
- Fix parsing of pretty units with same exponents but different sign. (Issue #1360)
- Convert the application registry to a wrapper object (Issue #1365)
+- Parse both Greek mu and micro Unicode points without error.
+ (Issue #1030, #574)
### Breaking Changes
@@ -52,7 +54,7 @@ Pint Changelog
- Fix tolist function with scalar ndarray.
(Issue #1195, thanks jules-ch)
- Corrected typos and dacstrings
-- Implements a first benchmark suite in airspeed velocity (asv).
+- Implements a first benchmark suite in airspeed velocity (asv).
- Power for pseudo-dimensionless units.
(Issue #1185, thanks Kevin Fuhr)