From 80065b3c92198e113a92489482e63fe7915bb692 Mon Sep 17 00:00:00 2001 From: jaraco Date: Sun, 22 Aug 2010 17:34:49 +0000 Subject: [PATCH] Updated readme --- readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.txt b/readme.txt index 6cf7bc3..18e6e54 100644 --- a/readme.txt +++ b/readme.txt @@ -81,6 +81,12 @@ reporting bugs and requesting help. Patches are also welcome. Changes ------- +2.0.5 +~~~~~ + +* Altered the way CSS files are loaded, so they can be more easily + customized by subclasses (and less dependent on the class names). + 2.0.4 ~~~~~