summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-16 22:19:59 +0200
committerGeorg Brandl <georg@python.org>2009-06-16 22:19:59 +0200
commitd6173508421271e1596f4a7cbf20d10bb259d9d3 (patch)
treef0167070747c701ba39ec595778daa1fd3418827 /CHANGES
parent431d4522d714297c74bd95f0c4873e7d55a89c40 (diff)
parent10f747916ae786181d78737de9adfb236df575cc (diff)
downloadsphinx-d6173508421271e1596f4a7cbf20d10bb259d9d3.tar.gz
merge with 0.6
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 24fbb7b1..dc8301a5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -38,6 +38,8 @@ Release 1.0 (in development)
Release 0.6.2 (in development)
==============================
+* #167: Make glossary sorting case-independent.
+
* #196: Add a warning if an extension module doesn't have a
``setup()`` function.