summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-04 18:21:26 +0200
committerGeorg Brandl <georg@python.org>2009-06-04 18:21:26 +0200
commitc335e3655f03dde6482a7634823761aa9d800c81 (patch)
tree6e62edcf459dbe05693eb60e89b68b7b63b48862 /CHANGES
parentbe8d4364ec7208f979b1b42776a8ce14c520dee4 (diff)
downloadsphinx-c335e3655f03dde6482a7634823761aa9d800c81.tar.gz
When highlighting Python code, ignore extra indentation before
trying to parse it as Python.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ba5c9742..7bdbbb0f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
Release 0.6.2 (in development)
==============================
+* When highlighting Python code, ignore extra indentation before
+ trying to parse it as Python.
+
* #191: Don't escape the tilde in URIs in LaTeX.
* Don't consider contents of source comments for the search index.