CHANGELOG in adhearsion-1.0.1 vs CHANGELOG in adhearsion-1.0.2
- old
+ new
@@ -1,5 +1,12 @@
+1.0.2
+ - Fix rcov Rake task
+ - Add Ben Langfeld as an author (Thanks, Ben!)
+ - Add "rake" as a runtime dependency
+ - Remove usage of BEGIN blocks (for Rubinius; CS)
+ - Improve component testing generators
+
1.0.1
NOTE for Ruby 1.9 users: The behavior of Ruby 1.9 and case statements has changed
in a way that renders NumericalString objects incompatible with
case statements. The suggested workaround is to cast the NumericalString
to a string and then compare. Example:
@@ -27,9 +34,10 @@
- Add support for AGI script parameter to Queue#join!
- Migrate unit tests to RSpec 2
- New components now include RubyGems skeleton files
- Fix support for setting Caller ID name on AGI dial() command
- Generate new apps with Bundler support, including auto-requiring of all gems
+ - Update component testing framework to RSpec 2.x and mock with rspec
1.0.0
- Fall back to using Asterisk's context if the AGI URI context is not found
- Enable configuration of :auto_reconnect parameter for AMI
- Replace all uses of Object#returning with Object#tap