Skip to content

Commit 02b2cc0

Browse files
authored
Changelog update (cloudevents#121)
Signed-off-by: Curtis Mason <cumason@google.com>
1 parent 74b7c39 commit 02b2cc0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.0]
8+
### Added
9+
- Added GenericException, DataMarshallingError and DataUnmarshallingError ([#120])
10+
711
## [1.1.0]
812
### Changed
913
- Changed from_http to now expect headers argument before data ([#110])
1014
- Renamed exception names ([#111])
1115

16+
### Fixed
17+
- Fixed from_http bugs with data of type None, or not dict-like ([#119])
18+
1219
### Deprecated
1320
- Renamed to_binary_http and to_structured_http. ([#108])
1421

@@ -105,3 +112,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105112
[#108]: https://github.com/cloudevents/sdk-python/pull/108
106113
[#110]: https://github.com/cloudevents/sdk-python/pull/110
107114
[#111]: https://github.com/cloudevents/sdk-python/pull/111
115+
[#119]: https://github.com/cloudevents/sdk-python/pull/119
116+
[#120]: https://github.com/cloudevents/sdk-python/pull/120

0 commit comments

Comments
 (0)