···5152In addition to writing properly formatted commit messages, it's important to include relevant information so other developers can later understand *why* a change was made. While this information usually can be found by digging code, mailing list/Discourse archives, pull request discussions or upstream changes, it may require a lot of work.
5354-For package version upgrades and such a one-line commit message is usually sufficient.
5556## Rebasing between branches (i.e. from master to staging)
57
···5152In addition to writing properly formatted commit messages, it's important to include relevant information so other developers can later understand *why* a change was made. While this information usually can be found by digging code, mailing list/Discourse archives, pull request discussions or upstream changes, it may require a lot of work.
5354+Package version upgrades usually allow for simpler commit messages, including attribute name, old and new version, as well as a reference to the relevant release notes/changelog. Every once in a while a package upgrade requires more extensive changes, and that subsequently warrants a more verbose message.
5556## Rebasing between branches (i.e. from master to staging)
57
···1464 are under <literal>programs.firefox</literal>.
1465 </para>
1466 </listitem>
000000001467 </itemizedlist>
1468 </section>
1469</section>
···1464 are under <literal>programs.firefox</literal>.
1465 </para>
1466 </listitem>
1467+ <listitem>
1468+ <para>
1469+ The option
1470+ <literal>services.picom.experimentalBackends</literal> was
1471+ removed since it is now the default and the option will cause
1472+ <literal>picom</literal> to quit instead.
1473+ </para>
1474+ </listitem>
1475 </itemizedlist>
1476 </section>
1477</section>
+2
nixos/doc/manual/release-notes/rl-2211.section.md
···447448- A NixOS module for Firefox has been added which allows preferences and [policies](https://github.com/mozilla/policy-templates/blob/master/README.md) to be set. This also allows extensions to be installed via the `ExtensionSettings` policy. The new options are under `programs.firefox`.
44900450<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···447448- A NixOS module for Firefox has been added which allows preferences and [policies](https://github.com/mozilla/policy-templates/blob/master/README.md) to be set. This also allows extensions to be installed via the `ExtensionSettings` policy. The new options are under `programs.firefox`.
449450+- The option `services.picom.experimentalBackends` was removed since it is now the default and the option will cause `picom` to quit instead.
451+452<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->