Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jonatan Samoocha <jsamoocha@yahoo.com>
  • Loading branch information
lwasser and jsamoocha committed Feb 18, 2023
1 parent 0b4d298 commit c3eed64
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@
* Add: `pydantic_autodoc` to sphinx build and reconfigure api structure - p1 (@lwasser, #326)

### Fixed
Fix: Corrects attribute lookup for enum values (@jsamoocha,#329)
* Fix: Corrects attribute lookup for enum values (@jsamoocha,#329)

### Deprecated
* The `BaseEntity` methods `deserialize()`, `from_dict()`, and `to_dict()` are deprecated and will raise a `DeprecationWarning` when they're used. They should be replaced by the pydantic methods `parse_obj()` and `dict()` or `json()`.

### Removed
* The complete `attributes` module
* All the abstract entity types (e.g. `IdentifiableEntity`, `LoadableEntity`) from the `model` module
* Constants used for activity types such as `Activity.RIDE`
* `HeartrateActivityZone`, `PowerActivityZone`, `PaceActivityZone` as subtypes of `BaseActivityZone` (the latter is retained)
* Everything related to segment leaderboards as this is not supported by Strava anymore

### Contributors to this release
@jsamoocha, @lwasser, @oliverkurth
Expand Down

0 comments on commit c3eed64

Please sign in to comment.