Skip to content

Commit 39e18ed

Browse files
author
Sylvain MARIE
committed
0.1.0 changelog
1 parent 445bde3 commit 39e18ed

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3-
### 0.5.0 - First public version
3+
### 0.1.0 - First public version
44

5-
Forked from internal repository.
5+
**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

Comments
 (0)