add myCalendar into
[awl.git] / vendor / phpunit / php-token-stream / ChangeLog.markdown
blob0fb8fff7bb9824cb393aaf7f953c8b919ed54f15
1 PHP_TokenStream 1.1
2 ===================
4 This is the list of changes for the PHP_TokenStream 1.1 release series.
6 PHP_TokenStream 1.1.5
7 ---------------------
9 * No changes.
11 PHP_TokenStream 1.1.4
12 ---------------------
14 * No changes.
16 PHP_TokenStream 1.1.3
17 ---------------------
19 * Added class for the `T_TRAIT_C` token that was added in PHP 5.4.
21 PHP_TokenStream 1.1.2
22 ---------------------
24 * Added classes for the `T_CALLABLE` and `T_INSTEADOF` tokens that were added in PHP 5.4.
25 * Added support for namespaced functions.
27 PHP_TokenStream 1.1.1
28 ---------------------
30 * Fixed issue #19: Notice in `PHP_Token_INTERFACE::hasInterfaces()`.
32 PHP_TokenStream 1.1.0
33 ---------------------
35 * Moved `phptok` tool to separate package.