added missing information in the CHANGELOGS

This commit is contained in:
Fabien Potencier 2013-04-20 15:44:32 +02:00
parent 8482ad2e80
commit ed200170e3
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,13 @@
CHANGELOG
=========
2.3.0
-----
* added Process::signal()
* added Process::getPid()
* added support for a TTY mode
2.2.0
-----

View File

@ -4,6 +4,7 @@ CHANGELOG
2.3.0
-----
* added the ISBN and the IBAN validators
* copied the constraints `Optional` and `Required` to the
`Symfony\Component\Validator\Constraints\` namespace and deprecated the original
classes.