We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445bde3 commit 39e18edCopy full SHA for 39e18ed
docs/changelog.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
-### 0.5.0 - First public version
+### 0.1.0 - First public version
4
5
-Forked from internal repository.
+**Mix-in basics**:
6
+
7
+ - `field` class to easily define class fields in a mixin without defining a `__init__`.
8
+ - `@apply_mixins` decorator to apply mixins to a class without inheritance, by copying members (="monkeypatching")
9
+ - Light documentation
10
0 commit comments