Mercurial > hg > isophonics-drupal-site
annotate vendor/phpunit/php-token-stream/ChangeLog.md @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 # Change Log |
Chris@14 | 2 |
Chris@14 | 3 All notable changes to `sebastianbergmann/php-token-stream` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. |
Chris@14 | 4 |
Chris@14 | 5 ## [2.0.2] - 2017-11-27 |
Chris@14 | 6 |
Chris@14 | 7 * Fixed [#69](https://github.com/sebastianbergmann/php-token-stream/issues/69): `PHP_Token_USE_FUNCTION` does not serialize correctly |
Chris@14 | 8 |
Chris@14 | 9 ## [2.0.1] - 2017-08-20 |
Chris@14 | 10 |
Chris@14 | 11 ### Fixed |
Chris@14 | 12 |
Chris@14 | 13 * Fixed [#68](https://github.com/sebastianbergmann/php-token-stream/issues/68): Method with name `empty` wrongly recognized as anonymous function |
Chris@14 | 14 |
Chris@14 | 15 ## [2.0.0] - 2017-08-03 |
Chris@14 | 16 |
Chris@14 | 17 [2.0.2]: https://github.com/sebastianbergmann/php-token-stream/compare/2.0.1...2.0.2 |
Chris@14 | 18 [2.0.1]: https://github.com/sebastianbergmann/php-token-stream/compare/2.0.0...2.0.1 |
Chris@14 | 19 [2.0.0]: https://github.com/sebastianbergmann/php-token-stream/compare/1.4.11...2.0.0 |