Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 5c15743

Browse files
committed
Update changelog to reflect 3.5.0 beta releases.
1 parent 94d74a9 commit 5c15743

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta1...master)
2+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta3...master)
33

44
Enhancements:
55
* Improve `MethodSignature` to better support keyword arguments. (#250, Rob Smith).
66

7+
### 3.5.0.beta3 / 2016-04-02
8+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta2...v3.5.0.beta3)
9+
710
Bug Fixes:
811

12+
* Fix `EncodedString` to properly handle the behavior of `String#split`
13+
on JRuby when the string contains invalid bytes. (Jon Rowe, #268)
914
* Fix `ObjectFormatter` so that formatting objects that don't respond to
1015
`#inspect` (such as `BasicObject`) does not cause `NoMethodError`.
1116
(Yuji Nakayama, #269)
1217
* Fix `ObjectFormatter` so that formatting recursive array or hash does not
1318
cause `SystemStackError`. (Yuji Nakayama, #270, #272)
1419

20+
### 3.5.0.beta2 / 2016-03-10
21+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta1...v3.5.0.beta2)
22+
23+
No user-facing changes.
24+
1525
### 3.5.0.beta1 / 2016-02-06
1626
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.4.1...v3.5.0.beta1)
1727

0 commit comments

Comments
 (0)