summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-06-24 06:32:08 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-06-24 06:32:08 +0200
commit66409844d72b789be847357c52762b58c459d9eb (patch)
tree8120e78f3c8996a440e420be36d5dc0a7daa0542
parent156df98848bcc383fd126d7649d45410f975ecca (diff)
downloadlogilab-common-66409844d72b789be847357c52762b58c459d9eb.tar.gz
fix reST markup
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9343b55..cd3c646 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@ ChangeLog for logilab.common
- added assertUnorderedIterableEquals
* umessage.date() return unparsage string as is instead of None
+
2008-09-08 -- 0.32.0
* textutils: add the apply_unit fonction
* testlib:
@@ -61,7 +62,7 @@ ChangeLog for logilab.common
2008-01-10 -- 0.26.1
* optparser: support --version at main command level
* testlib: added man page for pytest
- * textutils: fix a bug in normalize_[rest_]paragraph which may cause
+ * textutils: fix a bug in normalize{_,_rest_}paragraph which may cause
infinite loop if an indent string containing some spaces is given
2008-01-07 -- 0.26.0