summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2012-07-17 15:39:28 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2012-07-17 15:39:28 +0200
commit20095a78b5a71d9346f0ed7cd9638288521436c8 (patch)
tree87aff36d08c1c95399724971dfb5ad605ac75104 /ChangeLog
parent8139f6b6856ed634b7fb3a8a866ddeca1d0c99b1 (diff)
downloadlogilab-common-20095a78b5a71d9346f0ed7cd9638288521436c8.tar.gz
Adapt testlib.py in order to be compatible with Jython which doesn't have a __builtins__ module. Closes #99627.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b27c304..04e3b83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
ChangeLog for logilab.common
============================
- --
-* modutils: be more python implementation independant (closes #99493)
+--
+ * modutils, testlib: be more python implementation independant (closes #99493 and #99627)
2012-04-12 -- 0.58.0
* new `registry` module containing a backport of CubicWeb selectable objects registry (closes #84654)