Skip to content

Commit eba649e

Browse files
committed
Updated CHANGELOG
1 parent 9f943aa commit eba649e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
24+
python-version: ["3.8", "3.11", "3.12"]
2525

2626
steps:
2727
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@ In this release, test coverage is 76%.
2222
* Testing for backward compatibility with previous versions of the data model
2323
(e.g. new attributes, removed attributes, etc.)
2424

25-
API breaking changes:
25+
⚠️ API breaking changes:
2626
* `guidata.dataset.io` module is now deprecated and will be removed in a future
2727
release. Please use `guidata.io` instead. This change is backward compatible
2828
(the old module is still available and will be removed in a future release).
2929
The motivation for this change is to simplify the module structure and to help
3030
understand that the scope of the `io` module is not limited to `dataset.DataSet`
3131
objects, but may be used for any kind of data serialization/deserialization.
3232

33-
Documentation:
33+
📖 Documentation:
3434

3535
* Added missing `DataSetEditDialog` and `DataSetEditLayout` classes
3636
* Added missing inheritance/member details on some classes
37+
* Reduced table of contents depth in left sidebar for better readability
3738

3839
## Version 3.3.0 ##
3940

0 commit comments

Comments
 (0)