We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e49c9 commit 87829cfCopy full SHA for 87829cf
1 file changed
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
### 0.2.0 - Added default implementation
8
9
* 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