commit ff50773309d209e750c5a58b057ac33a7e91edf4 Author: David Fifield david@bamsoftware.com Date: Wed Oct 17 10:53:13 2012 -0700
Add ChangeLog starting at 0.8. --- ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..ce583e0 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,5 @@ +Changes in version 0.8 + o The proxy badge does more intelligent parsing of the boolean "debug" + parameter. "0", "false", and other values are now interpreted as + false and do not activate debug mode. Formerly any non-empty value + was interpreted as true. Fixes bug 7110. Patch by Alexandre Allaire.