Skip to content

Commit

Permalink
Forwardport 3.3.2 release notes.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
myronmarston committed Jun 18, 2015
1 parent 503a404 commit 1fb6f9f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Changelog.md
@@ -1,10 +1,15 @@
### 3.4.0 Dev
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.1...master)
### 3.4.0 Development
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.2...master)

### 3.3.2 / 2015-06-18
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.1...v3.3.2)

Bug Fixes:

* Prevent `define_attribute_methods` from being called on abstract classes as
part of the verifying double lifecycle. (Jon Rowe, #1396)
* Fix regression that caused stubbing abstract ActiveRecord model
classes to trigger internal errors in rails due the the verifying
double lifecycle wrongly calling `define_attribute_methods` on the
abstract AR class. (Jon Rowe, #1396)

### 3.3.1 / 2015-06-14
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.0...v3.3.1)
Expand Down

0 comments on commit 1fb6f9f

Please sign in to comment.