Merge branch '3.2' into 3.3

* 3.2:
  document deprecation of the StringUtil class
This commit is contained in:
Nicolas Grekas 2017-05-21 15:55:13 +02:00
commit b1349a7889

View File

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