Skip to content

Commit 9c9ff8b

Browse files
committed
Add a changelog for 2.0.1
1 parent 0a4813e commit 9c9ff8b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: docs/changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 2.0.1 (2024-07-01)
4+
5+
## Minor Changes
6+
7+
- Re-allow iteration on 1-D arrays. A change from 2.0 fixed iter() raising on
8+
n-D arrays but also made 1-D arrays raise. The standard does not explicitly
9+
disallow iteration on 1-D arrays, and the default Python `__iter__`
10+
implementation allows it to work, so for now, it is kept intact as working.
11+
312
## 2.0 (2024-06-27)
413

514
### Major Changes

0 commit comments

Comments
 (0)