From 02b2cc083322ef11613f41f1fb2fa2ff562bcd88 Mon Sep 17 00:00:00 2001 From: Curtis Mason <31265687+cumason123@users.noreply.github.com> Date: Wed, 19 Aug 2020 17:39:02 -0400 Subject: [PATCH] Changelog update (#121) Signed-off-by: Curtis Mason --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c24d9ec..1a089c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.0] +### Added +- Added GenericException, DataMarshallingError and DataUnmarshallingError ([#120]) + ## [1.1.0] ### Changed - Changed from_http to now expect headers argument before data ([#110]) - Renamed exception names ([#111]) +### Fixed +- Fixed from_http bugs with data of type None, or not dict-like ([#119]) + ### Deprecated - Renamed to_binary_http and to_structured_http. ([#108]) @@ -105,3 +112,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#108]: https://github.com/cloudevents/sdk-python/pull/108 [#110]: https://github.com/cloudevents/sdk-python/pull/110 [#111]: https://github.com/cloudevents/sdk-python/pull/111 +[#119]: https://github.com/cloudevents/sdk-python/pull/119 +[#120]: https://github.com/cloudevents/sdk-python/pull/120 \ No newline at end of file