We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898f7c4 commit dbc696eCopy full SHA for dbc696e
1 file changed
CHANGELOG.md
@@ -48,6 +48,12 @@ We are also updating [Phoenix](https://github.com/phoenixframework/phoenix) gene
48
49
If you update Gettext and still use `use Gettext, otp_app: :my_app` to define a backend, Gettext will emit a warning now.
50
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
57
### Detailed Changelog
58
59
This is a detailed list of the new things introduced in this release:
0 commit comments