summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2016-03-15 09:48:59 +0100
committerJulien Cristau <julien.cristau@logilab.fr>2016-03-15 09:48:59 +0100
commit17b1314697d3c144674cf1edebaaed6c06a07c0a (patch)
tree75c0462d99944d32ab3342e232f20a4985c7d36e /ChangeLog
parent72c26e763a3287794ee44b330b43d6e699638d72 (diff)
downloadlogilab-common-17b1314697d3c144674cf1edebaaed6c06a07c0a.tar.gz
[pkg] 1.2.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 487fc88..8c87d34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
ChangeLog for logilab.common
============================
-UNRELEASED -- 1.2.0
+2016-03-15 -- 1.2.0
* pytest: TraceController class, pause_tracing and resume_tracing
- functions, deprecated from 0.63.1, got removed
+ functions, deprecated from 0.63.1, got removed. The nocoverage
+ and pause_trace utilities are now available from the testlib
+ module rather than pytest.
+
+ * date: datetime2ticks uses the milliseconds from the datetime objects
2015-10-12 -- 1.1.0
* configuration: have a stable order for sections (#298658)