Skip to content

Commit

Permalink
Prep for 0.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cchamplin committed Nov 28, 2016
1 parent db17075 commit 08fd85d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 0.2.4
* Allow main panel to be docked to the side or the bottom
* Add an interactive console
* Allow different views to be closed and restored
* Many bug fixes

## 0.2.3
* Change the way that scrolling works within the panel
* Add ability to auto expand locals in the context
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "php-debug",
"main": "./lib/php-debug",
"version": "0.2.3",
"version": "0.2.4",
"description": "A package for the Atom Text Editor for debugging PHP code using the XDebug extension",
"repository": "https://github.com/gwomacks/php-debug",
"license": "MIT",
Expand Down

0 comments on commit 08fd85d

Please sign in to comment.