CHANGELOG.md in ringcentral_sdk-1.1.0 vs CHANGELOG.md in ringcentral_sdk-1.1.1
- old
+ new
@@ -1,7 +1,14 @@
CHANGELOG
---------
+- **2016-02-13**: 1.1.1
+ - Additions
+ - Add `client.send_request` hash support in addition to `Request::Base` object
+ - Add documentation / FAQ for fax `to.name` attribute
+ - Bugfixes
+ - Fix `RingCentralSdk::REST::Cache::Extensions` bug - old client
+ - Fix `RingCentralSdk::REST::Request::Simple` bug - initialize body
- **2016-02-07**: 1.1.0
- Add Subscription to Retrieve New Messages functionality
- `./lib`
- Add `RingCentralSdk::REST::Event`
- Add `RingCentralSdk::REST::MessagesRetriever`
@@ -43,14 +50,14 @@
- Delete `lib/ringcentral_sdk/sdk.rb` file and `RingCentralSdk::Sdk` class
- Delete `lib/ringcentral_sdk/version.rb` file
- Delete `VERSION.txt` file
- **2015-10-15**: 0.4.0
- Add OAuth `authorization_code` support
- - './lib'
+ - `./lib`
- Add 3-Legged OAuth support via platform `authorize_url` and `authorize_code` methods
- Update SDK initialization by converting optional params to options hash
- Update `RingCentralSdk::Platform::Platform` to `RingCentralSdk::Platform`
- - './scripts'
+ - `./scripts`
- Add `oauth2-sinatra` demo app in `scripts` directory
- Add `call_recording_download.rb` demo script
- Add `rc-credentials.json` separate demo credentials file
- Update `fax_send.rb` demo script with name change
- **2015-10-07**: 0.3.0