summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Yves David <pierre-yves.david@logilab.fr>2008-06-09 16:13:43 +0200
committerPierre-Yves David <pierre-yves.david@logilab.fr>2008-06-09 16:13:43 +0200
commitd52aa39ebfc3287eae972287a95d6db9631a23ff (patch)
tree5d3a578947873558526e499684b2f0f74da79d81
parent76947cf728e906c6f235dddfdab78677b9ba96b9 (diff)
downloadlogilab-common-d52aa39ebfc3287eae972287a95d6db9631a23ff.tar.gz
update README and Changelog
-rw-r--r--ChangeLog4
-rw-r--r--README2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a4a542..baa7fda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
ChangeLog for logilab.common
============================
- --
+2008-09-08 -- 0.32.0
* testlib: added a assertIs test assertion
* textutils: add the apply_unit fonction
* testlib: added a assertXMLEqualsTuple test assertion
-
* added a assertIs test
+
2008-05-08 -- 0.31.0
* improved documentation and error messages
* testlib: support a msg argument on more assertions, pysqlite2 as default
diff --git a/README b/README
index 0706c1e..9a896f4 100644
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ Here is a brief description of the available modules :
* adbh.py:
helper functions for using database advanced. Supported RDBMS
-include PostgreSQL, MySQL and sqlite. See also db.py.
+ include PostgreSQL, MySQL and sqlite. See also db.py.
* astutils:
Deprecated module. Use logilab.astng.