]> granicus.if.org Git - apache/commitdiff
connect some the dots to 'CacheQuickHandler' in the CHANGES entry.
authorEric Covener <covener@apache.org>
Wed, 11 Jan 2012 22:21:24 +0000 (22:21 +0000)
committerEric Covener <covener@apache.org>
Wed, 11 Jan 2012 22:21:24 +0000 (22:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1230283 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7a975e68d6e7268619c764de19e028dadd00be90..da2423ee028f0bf6d17fd3fc80285b382902a9ea 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1637,7 +1637,8 @@ Changes with Apache 2.3.3
 
   *) mod_cache: Introduce the option to run the cache from within the
      normal request handler, and to allow fine grained control over
-     where in the filter chain content is cached. [Graham Leggett]
+     where in the filter chain content is cached. Adds CacheQuickHandler
+     directive.  [Graham Leggett]
 
   *) core: Treat timeout reading request as 408 error, not 400.
      Log 408 errors in access log as was done in Apache 1.3.x.