Skip to content

Commit e6d5a2a

Browse files
author
Sylvain MARIE
committed
1.1.1 changelog
1 parent 062bc0a commit e6d5a2a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.1.1 - Python 3.10 compliance
4+
5+
- Fixed bug with Python 3.10. PR [#17](https://github.com/smarie/python-yamlable/pull/17) by [`jfuruness`](https://github.com/jfuruness).
6+
37
### 1.1.0 - Now load objects from sequences and scalars too
48

59
- Objects (subclasses of `YamlAble` or `YamlObject2`) can now be loaded from both mappings, sequences and scalars. Users may override the default behaviour by overriding `__from_yaml_list__` and `__from_yaml_scalar__`. Codecs (subclasses of `YamlCodec`) can also support this feature, through the `from_yaml_list` and `from_yaml_scalar` methods (not implemented by default). Fixes [#12](https://github.com/smarie/python-yamlable/issues/12)

0 commit comments

Comments
 (0)