Skip to content

Commit 1b03cf2

Browse files
committed
Update CHANGELOG.md [ci skip]
1 parent 4a01942 commit 1b03cf2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [1.0.2] - 2017-04-14
10+
### Added
11+
- Added an ability to use parentheses in for loops [#3](https://github.com/phalcon/php-zephir-parser/issues/3)
12+
813
### Changed
914
- Improved install script to use specific optimizations for gcc and add ability to install on Gentoo and macOS
1015

11-
## 1.0.1 - 2017-03-31
16+
### Fixed
17+
- Fixed parser memory leaks [#2](https://github.com/phalcon/php-zephir-parser/issues/2)
18+
19+
## [1.0.1] - 2017-03-31
1220
### Added
1321
- Added script to build development version (Linux)
1422
- Added ability to compile extension for PHP 7 (Windows)
@@ -24,6 +32,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2432
- Removing unused structures
2533
- Removing unused variables
2634

27-
## 1.0.0 - 2017-03-26
35+
## [1.0.0] - 2017-03-26
2836
### Added
2937
- Initial stable release

0 commit comments

Comments
 (0)