CHANGES.md in twilio-ruby-3.12.1 vs CHANGES.md in twilio-ruby-3.12.2
- old
+ new
@@ -1,38 +1,61 @@
twilio-ruby changelog
=====================
+Version 3.12.2
+--------------
+
+Released August 29, 2014
+
+- `client.account.{resource}` can now be accessed with `client.{resource}`
+- Many doc updates
+
+Version 3.12.1
+--------------
+
+Released August 26, 2014
+
+- Add support for new call feedback endpoints
+
Version 3.12.0
+--------------
+
+Released August 18, 2014
+
- Add Rack middleware for Twilio request-signature validation
- Upgrade dependencies and clean up project files
- Documentation fixes
- Add `text` alias for `to_xml` method on TwiML generator objects
Version 3.11.6
+--------------
Released July 25, 2014
- Add #to_xml to TwiML Responses.
- Updated test / development dependencies.
- Updated to RSpec 3 syntax.
Version 3.11.5
+--------------
-Released February 4
+Released February 4, 2014
- Add bangs for twilify to indicate it's a dangerous operation.
- Remove reference to deprecated OpenSSL Digest parameter.
- Encode dates properly before passing them to the Twilio API.
Version 3.11.4
+--------------
Released October 21, 2013
- Add support for listing IncomingPhoneNumbers by type.
- Add support for searching for mobile enabled numbers for
both IncomingPhoneNumbers and AvailablePhoneNumbers.
Version 3.11.3
+--------------
Released October 15, 2013
- Restore support for versions of Ruby other than 2.0.0, which the
previous release removed.