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