Remove non-incompatible changes from the list of incompatible changes

+2 -25
+2 -25
nixos/doc/manual/release-notes/rl-unstable.xml
··· 41 41 <itemizedlist> 42 42 <listitem><para><literal>brltty</literal></para></listitem> 43 43 <listitem><para><literal>marathon</literal></para></listitem> 44 - <listitem><para><literal>Tvheadend</literal></para></listitem> 44 + <listitem><para><literal>tvheadend</literal></para></listitem> 45 45 </itemizedlist> 46 46 </para> 47 47 ··· 71 71 </para></listitem> 72 72 73 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 74 <para> 89 75 The CUPS printing service has been updated to version <literal>2.0.2</literal>. 90 76 Furthermore its systemd service has been renamed to <literal>cups.service</literal>. ··· 93 79 Local printers are no longer shared or advertised by default. This behavior 94 80 can be changed by enabling <literal>services.printing.defaultShared</literal> 95 81 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 82 </para> 106 83 </listitem> 107 84 ··· 130 107 131 108 <listitem> 132 109 <para> 133 - Previous versions of NixOS come with a feature called 110 + Previous versions of NixOS came with a feature called 134 111 <literal>ghc-wrapper</literal>, a small wrapper script that allows 135 112 GHC to transparently pick up on libraries installed in the user's 136 113 profile. This feature has been deprecated;