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/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ 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
+
8
13
### Changed
9
14
- Improved install script to use specific optimizations for gcc and add ability to install on Gentoo and macOS
10
15
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
12
20
### Added
13
21
- Added script to build development version (Linux)
14
22
- Added ability to compile extension for PHP 7 (Windows)
@@ -24,6 +32,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
32
- Removing unused structures
25
33
- Removing unused variables
26
34
27
- ## 1.0.0 - 2017-03-26
35
+ ## [ 1.0.0] - 2017-03-26
28
36
### Added
29
37
- Initial stable release
You can’t perform that action at this time.
0 commit comments