Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 875 Bytes

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 875 Bytes

0.2.3 (2014-07-02)

  • Support pry 0.10

0.2.2 (2013-03-07)

0.2.1 (2012-12-26)

  • Support breakpoints on methods defined in the pry console. (@banister)
  • Fix support for specifying breakpoints by file:line_number. (@nviennot)
  • Validate breakpoint conditionals are real Ruby expressions.
  • Support for debugger ~> 1.2.0. (@jshou)
  • Safer alias_method_chain-style patching of Pry.start and PryRemote::Server#teardown. (@benizi)

0.2.0 (2012-06-11)

  • Breakpoints
  • finish command
  • Internal cleanup and bug fixes

0.1.0 (2012-06-07)