document deprecation of the StringUtil class

This commit is contained in:
Christian Flothmann 2017-05-21 12:07:34 +02:00
parent 39b0515abf
commit f00c47ac9c

View File

@ -1,6 +1,12 @@
CHANGELOG
=========
3.1.0
-----
* deprecated the `StringUtil` class, use `Symfony\Component\Inflector\Inflector`
instead
2.7.0
------