You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changelog.md
+18-2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.
4
4
5
+
## [0.40.0] -- 2023-XX-XX
6
+
7
+
**This version introduced backwards-incompatible changes.**
8
+
9
+
### Changed
10
+
- Replaced `attmap` with `MutableMapping` (which removes some attributes)
11
+
- Replaced OrderedDict with dict
12
+
- Deprecated support for Python versions <= 3.7
13
+
14
+
_Due to the changes mentioned above, a few functionalities may be disabled. For example, the `name` and `description` project properties can no longer be accessed with `getitem`; use the `getattr` syntax instead_
0 commit comments