Skip to content

Commit dbc696e

Browse files
Mention Igniter in v0.26 changelog migration guide (#397)
Co-authored-by: Andrea Leopardi <an.leopardi@gmail.com>
1 parent 898f7c4 commit dbc696e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ We are also updating [Phoenix](https://github.com/phoenixframework/phoenix) gene
4848

4949
If you update Gettext and still use `use Gettext, otp_app: :my_app` to define a backend, Gettext will emit a warning now.
5050

51+
### Migration with Igniter
52+
53+
If your project is using [`igniter`](https://hex.pm/packages/igniter), you can run
54+
[`mix igniter.update_gettext`](https://hexdocs.pm/igniter/Mix.Tasks.Igniter.UpdateGettext.html)
55+
to automatically migrate to the new API.
56+
5157
### Detailed Changelog
5258

5359
This is a detailed list of the new things introduced in this release:

0 commit comments

Comments
 (0)