From 219c807e9a6d3d2af6c57b9f61dace14444f0937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Mon, 9 Sep 2024 23:19:48 +0200 Subject: [PATCH] Mention Igniter in v0.26 changelog migration --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f44ffc1..5b2016b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: