| Changelog for zephir_parser | 
                                    
                        | Release | What has changed? | 
                                            
                                                    
                                | 1.8.0 | ### Added - Enabled PHP 8.5 support [#160](https://github.com/phalcon/php-zephir-parser/issues/160)
 - Added full support for object variable declaration [#37](https://github.com/phalcon/php-zephir-parser/issues/37)
 - Added support for single letter classes [#166](https://github.com/phalcon/php-zephir-parser/issues/166)
 | 
                                                                    
                                                    
                                | 1.7.0 | ### Added - Enabled PHP 8.4 support [#154](https://github.com/phalcon/php-zephir-parser/issues/154)
 | 
                                                                    
                                                    
                                | 1.6.1 | ### Fixed - Fix lcov coverage [#151](https://github.com/phalcon/php-zephir-parser/issues/151)
 | 
                                                                    
                                                    
                                | 1.6.0 | ### Added - Enabled support of PHP8.3 for PECL [#141](https://github.com/phalcon/php-zephir-parser/issues/148)
 | 
                                                                    
                                                    
                                | 1.5.3 | ### Added - Enabled Thread Safe (TS) builds [#145](https://github.com/phalcon/php-zephir-parser/issues/145)
 | 
                                                                    
                                                    
                                | 1.5.2 | ### Added - Enabled support of PHP8.2 for Windows [#141](https://github.com/phalcon/php-zephir-parser/issues/141)
 | 
                                                                    
                                                    
                                | 1.5.1 | ### Added - Enabled support of PHP8.2 for PECL [#141](https://github.com/phalcon/php-zephir-parser/issues/141)
 | 
                                                                    
                                                    
                                | 1.5.0 | Sat, Feb 12, 2022 - Zephir Parser 1.5.0 
 = Added:
 
 - Added support of `false` return type
 | 
                                                                    
                                                    
                                | 1.4.2 | ### Added - Enabled support of PHP8.1 for PECL [#116](https://github.com/phalcon/php-zephir-parser/issues/116)
 | 
                                                                    
                                                    
                                | 1.4.1 | Sat, Sep 18, 2021 - Zephir Parser 1.4.1 
 = Changes:
 
 - Fixed issue #125: Renamed extension name from `Zephir Parser` to `zephir_parser`
 | 
                                                                    
                                                    
                                | 1.4.0 | Sat, Sep 18, 2021 - Zephir Parser 1.4.0 
 = New features:
 
 - Fixed issue #120: Add support for `mixed` type
 - Fixed issue #118: Add support for `yield` statement
 |