Skip to content

Commit 18aab0a

Browse files
committed
update release notes
1 parent 11a858b commit 18aab0a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/changelog/release-notes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
- Add How-To tutorial on how the Validation Toolkit can be used
88

99
### Bug fixes
10-
- Remove custom classes, as to prevent future confusion with synapseclient's classes
10+
- Refactor all modules to remove custom classes ([#24](https://github.com/Sage-Bionetworks-Challenges/cnb-tools/issues/24))
11+
- Convert `annotation.py`, `submission.py`, `participant.py`, and `queue.py` to functional utilities
12+
- All modules now act as extensions to `synapseclient` rather than wrapping it with custom classes
13+
- Synapse authentication is now handled automatically within each function via `get_synapse_client()`
14+
- Simplifies API usage and prevents confusion with synapseclient's native classes
15+
16+
### Internal
17+
- Drop support for Python 3.9 (reached [end of life](https://devguide.python.org/versions/))
1118

1219
## 0.3.2
1320

0 commit comments

Comments
 (0)