1
0
Fork 0
mirror of synced 2024-06-17 18:24:51 +12:00

Apply suggestions from code review

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
Christy Jacob 2021-07-07 14:58:29 +05:30 committed by GitHub
parent 8892421b68
commit dc4a25d663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
- Image Crop Gravity support in image preview service
- New endpoint in Account getSession to get session by ID
- New endpoint in the Users API to update user verification status
- Fix - issues with User-Agent when app name consisted of non-ASCII characters
- Fix - issues with User-Agent when app name consisted of non-ASCII characters
## 0.6.2
@ -46,4 +46,4 @@
## 0.1.0
- First release
- First release

View file

@ -3,7 +3,7 @@
- Breaking - removed order type enum, now you should pass string 'ASC' or 'DESC'
- Image Crop Gravity support in image preview service
- New endpoint in Account getSession to get session by ID
- Fix - issues with User-Agent when app name consisted of non-ASCII characters
- Fix - issues with User-Agent when app name consisted of non-ASCII characters
- Fix - issue with null Success and Failure URL in createOAuth2Session
- Updated underlying dependencies
@ -125,4 +125,4 @@
## 0.0.8
- Fixed compilation error in Client class
- Shorter description for package
- Shorter description for package