* released 1.1.6
* regex are now chained and not limited anymore.
* unavailable server now returns HTTP/502.
* increased per-line args limit to 40
* added reqallow/reqdeny to block some request on matches
* added HTTP 400/403 responses
* added a 'NOTES' file
diff --git a/NOTES b/NOTES
new file mode 100644
index 0000000..d462195
--- /dev/null
+++ b/NOTES
@@ -0,0 +1,13 @@
+1.1.5 -> 1.1.6
+  * added reqdeny / reqallow rules
+  * added HTTP 400 and 403 responses
+  * chain regex in a list
+  * reply 502 when no server is available
+1.1.6 -> 1.1.7
+  - implement global logging
+  - have a single log function
+  - handle parametrable HTTP health-checks replies
+  - differentiate http headers and http uris
+  - log http requests on demand, and destination server IP
+  - add x-forwarded-for
+