summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6273f36..00b534e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,15 @@ Pint Changelog
0.11 (unreleased)
-----------------
-- Make `__str__` and `__format__` locale aware
+- Make `__str__` and `__format__` locale configurable.
+ (Issue #984)
+- Quantities wrapping NumPy arrays will no longer warning for the changed
+ array function behavior introduced in 0.10.
+ (Issue #1029, Thanks Jon Thielen)
+- **BREAKING CHANGE**:
+ The array protocol fallback deprecated in version 0.10 has been removed.
+ (Issue #1029, Thanks Jon Thielen)
+- Now we use `pyproject.toml` for providing `setuptools_scm` settings
- Remove `default_en_0.6.txt`
- Reorganize long_description.
- Moved Pi to defintions files.