From fe3a2d084cc1d6e8b91e6c4afe2f206fe7559d02 Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Tue, 12 Jul 2022 20:29:43 +0300 Subject: [PATCH] docs: update changelog Signed-off-by: Alexander Tkachev --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ec853..f794749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file