Skip to content

Commit

Permalink
Prep for 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cchamplin committed May 5, 2016
1 parent dc909b1 commit aa37644
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 0.2.3
* Change the way that scrolling works within the panel
* Add ability to auto expand locals in the context
* Support for resource data types from PHP
* Classnames for objects in the context view
* Allow port to be adjusted after php-debug has already been enabled once
* Bug fixes

## 0.2.2
* Add ability to toggle breakpoints from editor gutter
* This can be enabled and configured via the settings
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "php-debug",
"main": "./lib/php-debug",
"version": "0.2.2",
"version": "0.2.3",
"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 aa37644

Please sign in to comment.