Skip to content

Commit

Permalink
Mention Igniter in v0.26 changelog migration guide (#397)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Leopardi <[email protected]>
  • Loading branch information
maennchen and whatyouhide authored Sep 10, 2024
1 parent 898f7c4 commit dbc696e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ We are also updating [Phoenix](https:/phoenixframework/phoenix) gene

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

### Migration with Igniter

If your project is using [`igniter`](https://hex.pm/packages/igniter), you can run
[`mix igniter.update_gettext`](https://hexdocs.pm/igniter/Mix.Tasks.Igniter.UpdateGettext.html)
to automatically migrate to the new API.

### Detailed Changelog

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

0 comments on commit dbc696e

Please sign in to comment.