Skip to content

Commit 87829cf

Browse files
committed
0.3.0 changelog
1 parent 99e49c9 commit 87829cf

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+
### 0.3.0 - safe parameter
4+
5+
* Added the `safe` parameter to all dumping and loading methods `dump_yaml`, `dumps_yaml`, `load_yaml`, `loads_yaml`.
6+
37
### 0.2.0 - Added default implementation
48

59
* By default `to_yaml_dict` returns `vars(self)` and `from_yaml_dict` returns `cls(**dct)`. Fixes [#1](https://github.com/smarie/python-yamlable/issues/1)

0 commit comments

Comments
 (0)