Skip to content

Commit aa37644

Browse files
committed
Prep for 0.2.3 release
1 parent dc909b1 commit aa37644

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.2.3
2+
* Change the way that scrolling works within the panel
3+
* Add ability to auto expand locals in the context
4+
* Support for resource data types from PHP
5+
* Classnames for objects in the context view
6+
* Allow port to be adjusted after php-debug has already been enabled once
7+
* Bug fixes
8+
19
## 0.2.2
210
* Add ability to toggle breakpoints from editor gutter
311
* This can be enabled and configured via the settings

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-debug",
33
"main": "./lib/php-debug",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"description": "A package for the Atom Text Editor for debugging PHP code using the XDebug extension",
66
"repository": "https://github.com/gwomacks/php-debug",
77
"license": "MIT",

0 commit comments

Comments
 (0)