Document the removal of Unmarshallers

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-11-06 10:50:04 -03:00
parent c7cfa46e9d
commit 861e4aa0b0
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added ### Added
- Support for [Spec v1.0](https://github.com/cloudevents/spec/tree/v1.0) - Support for [Spec v1.0](https://github.com/cloudevents/spec/tree/v1.0)
- Typescript types for Spec v1.0: [see and example](./examples/typescript-ex) - Typescript types for Spec v1.0: [see an example](./examples/typescript-ex)
### Removed
- Unmarshaller docs from README, moving them to [OLDOCS.md](./OLDOCS.md)
## [0.3.2] ## [0.3.2]