Skip to content

Commit 34b8950

Browse files
committed
Updated CHANGELOG.md
1 parent 8b11ce1 commit 34b8950

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# --
21
version: 1.0.3-{build}
32

43
build: false

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ parser/parser.php7.out
5757
vendor
5858
composer.lock
5959
phpunit.xml
60+
61+
release

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## [1.0.3] - 2017-05-13
1010
### Added
11-
- Make parser return error message on failure
12-
- Added support of `$_ENV` global var [#1224](https://github.com/phalcon/zephir/issues/1224)
11+
- Make parser return error message on failure [#19](https://github.com/phalcon/php-zephir-parser/issues/19)
12+
- Added support of `$_ENV` global var [phalcon/zephir#1224](https://github.com/phalcon/zephir/issues/1224)
1313
- Amended tests
1414

1515
### Changed

0 commit comments

Comments
 (0)