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: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
1
# CHANGELOG
2
+
## v0.4.1-beta.1 (2024-09-03)
3
+
4
+
### Fix
5
+
6
+
* ability to pass kw_only flag to dataclass when defining struct subclass (#23) ([`24bcf9d`](https://github.com/algorandfoundation/algorand-python-testing/commit/24bcf9d8af34eb2675ddf85ce9d71802f82f2d6a))
7
+
8
+
* fix: ability to pass kw_only flag to dataclass when defining struct subclass
9
+
10
+
* chore: add dependabot yaml
11
+
12
+
* chore: adding ability to pass args to struct init subclass
0 commit comments