Release v2.2.0 (#135)
This commit is contained in:
parent
c46ed8ed9e
commit
cba6683c62
3 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ 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).
|
||||
|
||||
## Unreleased
|
||||
## [2.2.0] 2021-06-30
|
||||
### Added
|
||||
- Streaming API:
|
||||
- New structs:
|
||||
|
|
@ -131,6 +131,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Android: `Go2AndroidReader(reader)`, implements the `Reader` interface, but returns `n == -1` instead of `err == io.EOF`
|
||||
- iOS: `Go2IOSReader(reader)`, implements `MobileReader`.
|
||||
- Using a `Writer`: you can use a writer returned by golang directly.
|
||||
|
||||
## [2.1.10] 2021-06-16
|
||||
### Fixed
|
||||
- Removed time interpolation via monotonic clock that can cause signatures in the future
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue