From eba649ee78b455ad630f710f5cbca01b88beb328 Mon Sep 17 00:00:00 2001 From: Pierre Raybaut Date: Mon, 11 Mar 2024 09:04:21 +0100 Subject: [PATCH] Updated CHANGELOG --- .github/workflows/python-package.yml | 2 +- CHANGELOG.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9a3fcf6..194710e 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f682e..efdabe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ In this release, test coverage is 76%. * Testing for backward compatibility with previous versions of the data model (e.g. new attributes, removed attributes, etc.) -API breaking changes: +⚠️ API breaking changes: * `guidata.dataset.io` module is now deprecated and will be removed in a future release. Please use `guidata.io` instead. This change is backward compatible (the old module is still available and will be removed in a future release). @@ -30,10 +30,11 @@ API breaking changes: understand that the scope of the `io` module is not limited to `dataset.DataSet` objects, but may be used for any kind of data serialization/deserialization. -Documentation: +📖 Documentation: * Added missing `DataSetEditDialog` and `DataSetEditLayout` classes * Added missing inheritance/member details on some classes + * Reduced table of contents depth in left sidebar for better readability ## Version 3.3.0 ##