📝 docs: update CHANGELOG.md

pull/42/head
yupix 2 years ago
parent 66055a723a
commit fefda42265
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- Added `ClientActions` method the given below. - Added method to`ClientActions` class the given below.
- `get_announcements` - `get_announcements`
- Added class the given below. - Added class the given below.
- `Announcement` - `Announcement`
@ -17,9 +17,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed ### Changed
- Changed a method that was returning an `AsyncIterator` to return an `AsyncGenerator`.
- Generator is more correct than Iterator because it is the correct usage.
- Changed class name the given below. - Changed class name the given below.
- `IAnnouncement` -> `IMetaAnnouncement` - `IAnnouncement` -> `IMetaAnnouncement`
- `cache` decorator no longer uses `dynamic_args` decorator
### Removed
- removed `dynamic_args` decorator.
## [0.4.0] 2023-01-18 ## [0.4.0] 2023-01-18

Loading…
Cancel
Save