minor #22824 [PropertyAccess] document deprecation of the StringUtil class (xabbuh)

This PR was merged into the 3.2 branch.

Discussion
----------

[PropertyAccess] document deprecation of the StringUtil class

| Q             | A
| ------------- | ---
| Branch?       | 3.2
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #18260
| License       | MIT
| Doc PR        |

Commits
-------

f00c47a document deprecation of the StringUtil class
This commit is contained in:
Nicolas Grekas 2017-05-21 12:11:10 +02:00
commit 838518ff52

View File

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