From 9b66a289dbd3c7548837e57f9309d1d8a20d5d1d Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 7 Sep 2010 13:50:42 -0700 Subject: Started a NEWS file --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..03b1337 --- /dev/null +++ b/NEWS @@ -0,0 +1,13 @@ +News for django-debug-toolbar +============================= + +develop +------- + +* Updated to work with old TEMPLATE_LOADERS settings from < 1.2. + +* Updated to stop template loader iteration when template is found. + + +(Note: NEWS was started after the 0.8.3 release and is not complete) + -- cgit v1.2.3