Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Jul 16, 2024
1 parent 0c54862 commit 2d3ff78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ Historic and pre-release versions aren't necessarily included.

- Pydantic class instances `Event`, `Group`, `Member`, `Profile`, `Role`, `Subgroup`
are frozen, therefore hashable.
- Public API is defined using `__all__` instead of import aliasing, which improves e.g.
documentation handling in IDEs.
- Consistent pattern for all classes' string representation, including full `uid`
- Simplified and improved docstrings
- Dependencies: remove upper bounds for simplicity; drop redundant python-dateutil
- Dev dependencies: drop redundant types-python-dateutil

### Fixed

- Tests didn't import from the top-level namespace, i.e. didn't use public API.



## [0.10.1] - 2024-07-02

Expand Down

0 comments on commit 2d3ff78

Please sign in to comment.