File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Master (Unreleased)
4
4
5
+ ## 3.8.0 (2020-01-22)
6
+
5
7
### Fixed
6
8
7
- * use Binding#source_location instead of evaluating __ FILE__ to avoid warnings
8
- for Ruby >= 2.6 (#221 ).
9
+ * Use ` Binding#source_location ` instead of evaluating ` __FILE__ ` to avoid
10
+ warnings on Ruby 2.7 and on Ruby 2.6 in verbose mode (#221 ).
11
+
12
+ ### Removed
13
+
14
+ * Support for Ruby 2.3. Pry-byebug no longer installs on this platform.
9
15
10
16
## 3.7.0 (2019-02-21)
11
17
21
27
22
28
### Fixed
23
29
24
- * Allow other threads like Pry. (#142 )
30
+ * Allow other threads like Pry (#142 ).
25
31
26
32
## 3.5.0 (2017-08-23)
27
33
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- pry-byebug (3.7 .0 )
4
+ pry-byebug (3.8 .0 )
5
5
byebug (~> 11.0 )
6
6
pry (~> 0.10 )
7
7
Original file line number Diff line number Diff line change 4
4
# Main container module for Pry-Byebug functionality
5
5
#
6
6
module PryByebug
7
- VERSION = "3.7 .0"
7
+ VERSION = "3.8 .0"
8
8
end
You can’t perform that action at this time.
0 commit comments