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.