Skip to content

Commit

Permalink
Prep for 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cchamplin committed Feb 5, 2016
1 parent aa643f3 commit 440ff75
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.2
* Add ability to toggle breakpoints from editor gutter
* This can be enabled and configured via the settings
* Attempt to resolve encoding issue by switching socket parsing to ASCII instead of UTF8
* Fix paths bug
* Better handling of socket in use errors
* Bug fixes

## 0.2.1
* Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "php-debug",
"main": "./lib/php-debug",
"version": "0.2.1",
"version": "0.2.2",
"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 440ff75

Please sign in to comment.