What changed:
-------------
+- The CYGWIN=pipe_byte option is now set by default, so that pipes are
+ opened in byte mode rather than message mode.
+ Addresses: https://cygwin.com/pipermail/cygwin/2021-March/247987.html
+
Bug Fixes
---------
</listitem>
<listitem>
-<para><envar>(no)pipe_byte</envar> - causes Cygwin to open pipes in byte mode rather than
-message mode.</para>
+<para><envar>(no)pipe_byte</envar> - if set, Cygwin opens pipes in byte mode rather than
+message mode. This is the default starting with Cygwin 3.4.0.
+</para>
</listitem>
<listitem>
Add code to handle setrlimit(RLIMIT_AS).
</para></listitem>
+<listitem><para>
+The CYGWIN=pipe_byte option is now set by default, so that pipes are
+opened in byte mode rather than message mode.
+</para></listitem>
+
</itemizedlist>
</sect2>