* released 1.1.11
* fixed multi-cookie handling in client request to allow clean deletion
  in insert+indirect mode. Now, only the server cookie is deleted and not
  all the header. Should now be compliant to RFC2109.
* added a "nocache" option to "cookie" to specify that we explicitly want
  to add a "cache-control" header when we add a cookie.
  It is also possible to add an "Expires: <old-date>" to keep compatibility
  with old/broken caches.
* some doc and examples cleanups
diff --git a/NOTES b/NOTES
index 13b19ba..78de2c1 100644
--- a/NOTES
+++ b/NOTES
@@ -12,10 +12,8 @@
   * full HTTP log with destination server ID, req and resp time.
   * source address of outgoing connections
 1.1.8 -> 1.1.9
-  - handle parametrable HTTP health-checks replies
-  - differentiate http headers and http uris
-  - support environment variables in config file
-  - support keep-alive
 1.1.9 -> 1.1.10
-  - automatically remove client cookie in insert+indirect mode
-
+  * automatically remove client cookie in insert+indirect mode
+1.1.10 -> 1.1.11
+  * support multi-cookie as described in RFC2109
+  * added "nocache" option to prevent caches from storing cookies.