File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,16 @@ 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.1.3] - 2018-11-06
8
10
### Changed
9
11
- Extremely simplified installation of the extension using standard PHP workflow [ #38 ] ( https://github.com/phalcon/php-zephir-parser/issues/38 )
10
12
11
13
### Fixed
12
14
- Improved error handling and prevent segfault on invalid syntax [ #30 ] ( https://github.com/phalcon/php-zephir-parser/issues/30 )
13
15
14
16
### Removed
15
- - Removed no longer need BASH scripts to build and install extension
17
+ - Removed no longer needed BASH scripts to build and install extension
16
18
17
19
## [ 1.1.2] - 2018-01-23
18
20
### Added
@@ -72,8 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
72
74
73
75
### Changed
74
76
- Optimize build to produce smaller module
75
- - Improved Win32 build by providing separated ` bat ` file (Windows)
76
- - Improved build and tests on AppVeyor (Windows)
77
+ - Improved Win32 build by providing separated ` bat ` file (Windows)
78
+ - Improved build and tests on AppVeyor (Windows)
77
79
78
80
### Fixed
79
81
- Fixed compiler warnings on build lemon
@@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
84
86
### Added
85
87
- Initial stable release
86
88
87
- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.2...HEAD
89
+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.3...HEAD
90
+ [ 1.1.3 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.2...v1.1.3
88
91
[ 1.1.2 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.1...v1.1.2
89
92
[ 1.1.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.0...v1.1.1
90
93
[ 1.1.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.0.3...v1.1.0
Original file line number Diff line number Diff line change 1
1
* .sh
2
- ! ci /run-tests.sh
3
- ! ci /after-failure.sh
4
2
* .out
5
3
* .exp
6
4
* .diff
You can’t perform that action at this time.
0 commit comments