diff --git a/CHANGES.md b/CHANGES.md index 1dbb61d..e159b7a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ # Odfdo Release Notes +## [3.13.0] - 2024-12-07 + +- The `Meta` class which manages the `meta.xml` part has two new methods `as_dict()` and `as_json()` to export its content. +- Improved "pretty" export of documents. + +### Added + +- Add methods: `Meta.as_dict()`, `Meta.as_json()`, `MetaTemplate.as_dict()`, `MetaAutoReload.as_dict()`, `MetaHyperlinkBehaviour.as_dict()`. + +### Changed + +- Small XML file formatting changes when saving with "pretty=True". + ## [3.12.1] - 2024-11-30 Fix some small rendering issues for Markdown export. diff --git a/doc/404.html b/doc/404.html index c329450..201e7f8 100644 --- a/doc/404.html +++ b/doc/404.html @@ -12,7 +12,7 @@ - + diff --git a/doc/CHANGES.html b/doc/CHANGES.html index e787af2..06ef232 100644 --- a/doc/CHANGES.html +++ b/doc/CHANGES.html @@ -16,7 +16,7 @@ - + @@ -282,6 +282,39 @@