From b9ae6c25e815a0dd155c01616e76802b777937e6 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 12 Feb 2016 18:38:34 +0100 Subject: [PATCH] update todo list in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6186842..79486d6 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,7 @@ blacklists = ["adult","malware"] * Auto-fetcher using blacklists_fetch if blacklists are not already downloaded or stored on the squid machine * Compatibility with python3 only * Filters for regex urls +* Reduce memory footprint +* Code optimisation * Tests * ...