diff --git a/CHANGELOG.md b/CHANGELOG.md index e107c16..b02a75f 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 99bc683..b77396e 100644 --- a/package.json +++ b/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",