Skip to content

Commit

Permalink
Mention Igniter in v0.26 changelog migration
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Sep 9, 2024
1 parent 898f7c4 commit 219c807
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://github.com/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 using 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 conventions.

### Detailed Changelog

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

0 comments on commit 219c807

Please sign in to comment.