Skip to content

Commit

Permalink
Prepare for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez de Dios committed Dec 2, 2013
1 parent 2b5257c commit 38d563c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 2.4.0

* Use `require` instead of `require_relative` for loading byebug's extension
library (thanks @nobu)
* Adds back `debugger` as an alias to `byebug` (thanks @wallace)
* Adds -R option to byebug's binary to specify server's hostname:port for remote
debugging (thanks @mrkn)
* Fixes `thread list` showing too many threads
* Change in tracing global variables. Use `trace variable foo` instead of `trace
variable $foo`
* Fix setting post mortem mode with `set post_mortem`. Now this is the only
post mortem functionality available as specifying `Byebug.post_mortem` with a
block has been removed in this version.


# 2.3.1

* Fixes bug preventing users from deleting breakpoints
Expand Down
2 changes: 1 addition & 1 deletion lib/byebug/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Byebug
VERSION = '2.3.1'
VERSION = '2.4.0'
end

0 comments on commit 38d563c

Please sign in to comment.