[PhpUnitBridge] add changelog entries for #21140

This commit is contained in:
Christian Flothmann 2017-05-21 19:39:57 +02:00
parent 6e95e0c14b
commit c83c5bc6b1

View File

@ -0,0 +1,10 @@
CHANGELOG
=========
3.3.0
-----
* using the `testLegacy` prefix in method names to mark a test as legacy is
deprecated, use the `@group legacy` notation instead
* using the `Legacy` prefix in class names to mark a test as legacy is deprecated,
use the `@group legacy` notation instead