Remove non-incompatible changes from the list of incompatible changes

+2 -25
+2 -25
nixos/doc/manual/release-notes/rl-unstable.xml
··· 41 <itemizedlist> 42 <listitem><para><literal>brltty</literal></para></listitem> 43 <listitem><para><literal>marathon</literal></para></listitem> 44 - <listitem><para><literal>Tvheadend</literal></para></listitem> 45 </itemizedlist> 46 </para> 47 ··· 71 </para></listitem> 72 73 <listitem> 74 - <para> 75 - The default <literal>NIX_PATH</literal> for NixOS now includes 76 - <literal>/nix/var/nix/profiles/per-user/root/channels</literal>, so it's 77 - easy to add custom channels. 78 - </para> 79 - <para> 80 - Moreover, whenever a <command>nixos-rebuild &lt;action&gt; 81 - --upgrade</command> is issued, every channel that includes a file 82 - called <filename>.update-on-nixos-rebuild</filename> will be upgraded 83 - alongside of the <literal>nixos</literal> channel. 84 - </para> 85 - </listitem> 86 - 87 - <listitem> 88 <para> 89 The CUPS printing service has been updated to version <literal>2.0.2</literal>. 90 Furthermore its systemd service has been renamed to <literal>cups.service</literal>. ··· 93 Local printers are no longer shared or advertised by default. This behavior 94 can be changed by enabling <literal>services.printing.defaultShared</literal> 95 or <literal>services.printing.browsing</literal> respectively. 96 - </para> 97 - </listitem> 98 - 99 - <listitem> 100 - <para> 101 - HPLIP (printer, scanner, and fax drivers for HP devices) has 102 - been updated to version <literal>3.15.4</literal>. This release 103 - adds support for the <literal>arm6l-linux</literal> and 104 - <literal>arm7l-linux</literal> platforms. 105 </para> 106 </listitem> 107 ··· 130 131 <listitem> 132 <para> 133 - Previous versions of NixOS come with a feature called 134 <literal>ghc-wrapper</literal>, a small wrapper script that allows 135 GHC to transparently pick up on libraries installed in the user's 136 profile. This feature has been deprecated;
··· 41 <itemizedlist> 42 <listitem><para><literal>brltty</literal></para></listitem> 43 <listitem><para><literal>marathon</literal></para></listitem> 44 + <listitem><para><literal>tvheadend</literal></para></listitem> 45 </itemizedlist> 46 </para> 47 ··· 71 </para></listitem> 72 73 <listitem> 74 <para> 75 The CUPS printing service has been updated to version <literal>2.0.2</literal>. 76 Furthermore its systemd service has been renamed to <literal>cups.service</literal>. ··· 79 Local printers are no longer shared or advertised by default. This behavior 80 can be changed by enabling <literal>services.printing.defaultShared</literal> 81 or <literal>services.printing.browsing</literal> respectively. 82 </para> 83 </listitem> 84 ··· 107 108 <listitem> 109 <para> 110 + Previous versions of NixOS came with a feature called 111 <literal>ghc-wrapper</literal>, a small wrapper script that allows 112 GHC to transparently pick up on libraries installed in the user's 113 profile. This feature has been deprecated;