Commit 1a575757 authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

Fix a change entry to make it consistent with our conventional policies

(no at-symbol, don't wrap names).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@394520 13f79535-47bb-0310-9956-ffa450edef68
parent 0036ba72
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,8 +61,8 @@ Changes with Apache 2.0.56
  *) mod_ssl: Correct issue where mod_ssl does not pick up the 
     ssl-unclean-shutdown setting when configured. PR 34452. [Joe Orton]
  *) Document the ReceiveBufferSize change done in r157583 [Murray
     Nesbitt <murray@cpan.org>]
  *) Document the ReceiveBufferSize change done in r157583.
     [Murray Nesbitt <murray cpan.org>]
  *) mod_deflate: Merge the Vary header, instead of Setting it. Fixes
     applications that send the Vary Header themselves. PR 37559.