minor #12011 [Translation][changelog] fix typo. (aitboudad)

This PR was merged into the 2.6-dev branch.

Discussion
----------

[Translation][changelog] fix typo.

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Translator::getMessages() was added in 2.6.

Commits
-------

e371bd7 [Translation][changelog] fix typo.
This commit is contained in:
Fabien Potencier 2014-09-24 11:17:35 +02:00
commit 3696ffcdc3

View File

@ -7,6 +7,7 @@ CHANGELOG
* added possibility to cache catalogues
* added TranslatorBagInterface
* added LoggingTranslator
* added Translator::getMessages() for retrieving the message catalogue as an array
2.5.0
-----
@ -14,7 +15,6 @@ CHANGELOG
* added relative file path template to the file dumpers
* added optional backup to the file dumpers
* changed IcuResFileDumper to extend FileDumper
* added Translator::getMessages() for retrieving the message catalogue as an array
2.3.0
-----