···1365 <literal>gnat11</literal> instead of <literal>gnat9</literal>.
1366 </para>
1367 </listitem>
000000000001368 </itemizedlist>
1369 </section>
1370 <section xml:id="sec-release-21.11-notable-changes">
···1964 <literal>julia-lts</literal>. In practice this means it has
1965 been upgraded from <literal>1.0.4</literal> to
1966 <literal>1.5.4</literal>.
00000000001967 </para>
1968 </listitem>
1969 </itemizedlist>
···1365 <literal>gnat11</literal> instead of <literal>gnat9</literal>.
1366 </para>
1367 </listitem>
1368+ <listitem>
1369+ <para>
1370+ <literal>retroArchCores</literal> has been removed. This means
1371+ that using <literal>nixpkgs.config.retroarch</literal> to
1372+ customize RetroArch cores is not supported anymore. Instead,
1373+ use package overrides, for example:
1374+ <literal>retroarch.override { cores = with libretro; [ citra snes9x ]; };</literal>.
1375+ Also, <literal>retroarchFull</literal> derivation is available
1376+ for those who want to have all RetroArch cores available.
1377+ </para>
1378+ </listitem>
1379 </itemizedlist>
1380 </section>
1381 <section xml:id="sec-release-21.11-notable-changes">
···1975 <literal>julia-lts</literal>. In practice this means it has
1976 been upgraded from <literal>1.0.4</literal> to
1977 <literal>1.5.4</literal>.
1978+ </para>
1979+ </listitem>
1980+ <listitem>
1981+ <para>
1982+ RetroArch has been upgraded from version
1983+ <literal>1.8.5</literal> to <literal>1.9.13.2</literal>. Since
1984+ the previous release was quite old, if you’re having issues
1985+ after the upgrade, please delete your
1986+ <literal>$XDG_CONFIG_HOME/retroarch/retroarch.cfg</literal>
1987+ file.
1988 </para>
1989 </listitem>
1990 </itemizedlist>
+4
nixos/doc/manual/release-notes/rl-2111.section.md
···407- The default GNAT version has been changed: The `gnat` attribute now points to `gnat11`
408 instead of `gnat9`.
40900410## Other Notable Changes {#sec-release-21.11-notable-changes}
411412···539- Loki has had another release. Some default values have been changed for the configuration and some configuration options have been renamed. For more details, please check [the upgrade guide](https://grafana.com/docs/loki/latest/upgrading/#240).
540541- `julia` now refers to `julia-stable` instead of `julia-lts`. In practice this means it has been upgraded from `1.0.4` to `1.5.4`.
00
···407- The default GNAT version has been changed: The `gnat` attribute now points to `gnat11`
408 instead of `gnat9`.
409410+- `retroArchCores` has been removed. This means that using `nixpkgs.config.retroarch` to customize RetroArch cores is not supported anymore. Instead, use package overrides, for example: `retroarch.override { cores = with libretro; [ citra snes9x ]; };`. Also, `retroarchFull` derivation is available for those who want to have all RetroArch cores available.
411+412## Other Notable Changes {#sec-release-21.11-notable-changes}
413414···541- Loki has had another release. Some default values have been changed for the configuration and some configuration options have been renamed. For more details, please check [the upgrade guide](https://grafana.com/docs/loki/latest/upgrading/#240).
542543- `julia` now refers to `julia-stable` instead of `julia-lts`. In practice this means it has been upgraded from `1.0.4` to `1.5.4`.
544+545+- RetroArch has been upgraded from version `1.8.5` to `1.9.13.2`. Since the previous release was quite old, if you're having issues after the upgrade, please delete your `$XDG_CONFIG_HOME/retroarch/retroarch.cfg` file.