Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Graw committed Jan 18, 2016
1 parent 16169d5 commit cfe04bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- 2.1.7
- 2.2.4
- 2.3.0
- Added some more specific error classes ```Shipcloud::ClientError```,```Shipcloud::ServerError```,
```Shipcloud::InvalidRequestError```, ```Shipcloud::TooManyRequests``` and ```Shipcloud::NotFoundError``` (#11).
- Access to the entire response and error descriptions from the error object (#11).

### Removed
- Dropped support for ruby 1.9.x in order to use the new language features of ruby 2.x. The official support of ruby 1.9.3 already ended on February 23, 2015 (https://www.ruby-lang.org/en/news/2014/01/10/ruby-1-9-3-will-end-on-2015/)
Expand All @@ -16,6 +19,7 @@
- 2.2.1
- 2.2.2
- 2.2.3
- Removed ```Shipcloud::APIError``` in preference to more granular error classes (#11).

### Changed
- Start following [SemVer](http://semver.org) properly.
Expand Down

0 comments on commit cfe04bc

Please sign in to comment.