⚡ Solution Summary
- Changelog for v11.0.0 needs correction
- Method parse_snapshot_event() does not exist
- Ensure accurate documentation for future releases.
### Describe the bug
Hi Stripe team,
Apologies if this isn't the right place to report this.
In the Change log, under v11.0.0 under "⚠️ Other Breaking changes in the SDK" it says:
> Rename construct_event() method on the same class to parse_snapshot_event() to clearly distinguish between the two kinds of events
https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md#%EF%B8%8F-other-breaking-changes-in-the-sdk
However when I pulled version 11.5.0 from pypi, it doesn't look like there is any method named `parse_snapshot_event()` in the `StripeClient` class, and the `construct_event()` method still exists.
If the change log is incorrect, then it would be helpful to correct it, in case other people are also going through the process of updating their project dependencies.
Thanks!
### To Reproduce
N/A
### Expected behavior
Changelog file to be corrected.
### Code snippets
```Python
```
### OS
macOS
### Language version
Python 3.13
### Library version
stripe-python 11.5.0
### API version
2025-01-27.acacia
### Additional context
_No response_
Discussion & Fixes