docs: update changelog
Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
This commit is contained in:
parent
781d914011
commit
fe3a2d084c
|
@ -9,9 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
- Added `.get` accessor for even properties ([#165])
|
||||
|
||||
### Fixed
|
||||
- Fixed event `__eq__` operator raising `AttributeError` on non-CloudEvent values ([#172])
|
||||
|
||||
### Changed
|
||||
- Code quality and styling tooling is unified and configs compatibility is ensured ([#167])
|
||||
|
||||
|
||||
## [1.3.0] — 2022-09-07
|
||||
### Added
|
||||
- Python 3.9 support ([#144])
|
||||
|
@ -147,3 +151,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[#160]: https://github.com/cloudevents/sdk-python/pull/160
|
||||
[#165]: https://github.com/cloudevents/sdk-python/pull/165
|
||||
[#167]: https://github.com/cloudevents/sdk-python/pull/167
|
||||
[#167]: https://github.com/cloudevents/sdk-python/pull/167
|
||||
[#172]: https://github.com/cloudevents/sdk-python/pull/172
|
Loading…
Reference in New Issue