Pry Byebug v3.9.0 Release Notes

Release Date: 2020-03-21 // about 4 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿš€ Dependency on pry being too loose. Now breaking minor releases of pry won't affect pry-byebug users (#289).

    โž• Added

    • ๐Ÿ‘Œ Support for pry 0.13.0 (#266).

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for pry older than 0.13.0 (#289).

Previous changes from v3.8.0

  • ๐Ÿ›  Fixed

    • Use Binding#source_location instead of evaluating __FILE__ to avoid
      โš  warnings on Ruby 2.7 and on Ruby 2.6 in verbose mode (#221).

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for Ruby 2.3. Pry-byebug no longer installs on this platform.