Skip to content

Commit

Permalink
T59 - Add changelog file (changes since 0.9.10) (#40)
Browse files Browse the repository at this point in the history
* Add changelog file (changes since 0.9.10)
  • Loading branch information
mederic-p committed Apr 25, 2018
1 parent 172aa1f commit 8f4e0b1
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,34 @@
# Change Log
All notable changes to this project will be documented in this file.
`OmiseGO` adheres to [Semantic Versioning](http://semver.org/).

#### 0.x Betas
- `0.9.x` Betas - [0.9.11](#0911)

---
## [0.9.11](https://github.com/omisego/ios-sdk/releases/tag/0.9.11)
Released on 2018-4-25. All issues associated with this milestone can be found using this [filter](https://github.com/omisego/ios-sdk/issues?utf8=%E2%9C%93&q=milestone%3A0.9.11).

#### Fixed
- Sync issue with QR code scanner.
- Fixed by [Mederic](https://github.com/mederic-p) in Pull Request [#28](https://github.com/omisego/ios-sdk/pull/28).
- Can't pass `nil` for amount in `TransactionConsumptionParams`
- Fixed by [Mederic](https://github.com/mederic-p) in Pull Request [#29](https://github.com/omisego/ios-sdk/pull/29).
- Don't delegate connection error for web sockets when connection is closing properly
- Fixed by [Mederic](https://github.com/mederic-p) in Pull Request [#30](https://github.com/omisego/ios-sdk/pull/30).

#### Updated
- Web sockets events.
- Updated by [Mederic](https://github.com/mederic-p) in Pull Request [#27](https://github.com/omisego/ios-sdk/pull/27) and [#32](https://github.com/omisego/ios-sdk/pull/32).
- Initialization of `PaginationParams`
- Updated by [Mederic](https://github.com/mederic-p) in Pull Request [#36](https://github.com/omisego/ios-sdk/pull/36)

#### Added
- Objects attributes when present
- Added by [Mederic](https://github.com/mederic-p) in Pull Request [#33](https://github.com/omisego/ios-sdk/pull/33).
- Timestamps and Metadata when present
- Added by [Mederic](https://github.com/mederic-p) in Pull Request [#34](https://github.com/omisego/ios-sdk/pull/34).
- `Equatable` conformance where missing
- Added by [Mederic](https://github.com/mederic-p) in Pull Request [#35](https://github.com/omisego/ios-sdk/pull/35).
- Integration with travis
- Added by [Mederic](https://github.com/mederic-p) in Pull Request [#38](https://github.com/omisego/ios-sdk/pull/38).

0 comments on commit 8f4e0b1

Please sign in to comment.