Merge pull request #33196 from obsidiansystems/bintools-release-note

doc: Breaking change release note for bintools-wrapper

authored by John Ericson and committed by GitHub fa9f0e57 abcfa6f6

+8
+8
nixos/doc/manual/release-notes/rl-1803.xml
··· 95 95 <link xlink:href="https://search.nix.gsc.io/?q=stateVersion">here</link>. 96 96 </para> 97 97 </listitem> 98 + <listitem> 99 + <para> 100 + <literal>cc-wrapper</literal>has been split in two; there is now also a <literal>bintools-wrapper</literal>. 101 + The most commonly used files in <filename>nix-support</filename> are now split between the two wrappers. 102 + Some commonly used ones, like <filename>nix-support/dynamic-linker</filename>, are duplicated for backwards compatability, even though they rightly belong only in <literal>bintools-wrapper</literal>. 103 + Other more obscure ones are just moved. 104 + </para> 105 + </listitem> 98 106 </itemizedlist> 99 107 100 108 </section>