This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
### 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 )
3
3
4
4
Enhancements:
5
5
* Improve ` MethodSignature ` to better support keyword arguments. (#250 , Rob Smith).
6
6
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
+
7
10
Bug Fixes:
8
11
12
+ * Fix ` EncodedString ` to properly handle the behavior of ` String#split `
13
+ on JRuby when the string contains invalid bytes. (Jon Rowe, #268 )
9
14
* Fix ` ObjectFormatter ` so that formatting objects that don't respond to
10
15
` #inspect ` (such as ` BasicObject ` ) does not cause ` NoMethodError ` .
11
16
(Yuji Nakayama, #269 )
12
17
* Fix ` ObjectFormatter ` so that formatting recursive array or hash does not
13
18
cause ` SystemStackError ` . (Yuji Nakayama, #270 , #272 )
14
19
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
+
15
25
### 3.5.0.beta1 / 2016-02-06
16
26
[ Full Changelog] ( http://github.com/rspec/rspec-support/compare/v3.4.1...v3.5.0.beta1 )
17
27
You can’t perform that action at this time.
0 commit comments