diff --git a/doc/changelog.rst b/doc/changelog.rst index 1a0bdaf3a78..b67a7660257 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -6,4 +6,9 @@ Changelog `7.0` ----- -- Support of repository ``i18n_extra`` for additional (and manual) translation files +- Modules may now include an ``i18n_extra`` directory that will be treated like the + default ``i18n`` directory. This is typically useful for manual translation files + that are not managed by Launchpad's translation system. An example is l10n modules + that depend on ``l10n_multilang``. + +