File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and 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
You can’t perform that action at this time.
0 commit comments