summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-10-02 16:47:14 +0200
committerVictor Stinner <victor.stinner@gmail.com>2014-10-02 16:47:14 +0200
commit25bff49eed29ebcf6578d53a80e821bc4cc3a918 (patch)
tree85497878474ce08e421961a56e062babfd6c03f5
parentbe7b51cce955ffd763bd316dbac7bf539fb5a6c9 (diff)
downloadtrollius-25bff49eed29ebcf6578d53a80e821bc4cc3a918.tar.gz
update the changelog; prepare 1.0.2 releasetrollius-1.0.2
-rw-r--r--doc/changelog.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index f11b4fd..b551d30 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -2,8 +2,8 @@
Change log
++++++++++
-Version 1.0.2 (development version)
-===================================
+2014-10-02: Version 1.0.2
+=========================
This release fixes bugs. It also provides more information in debug mode on
error.
@@ -30,10 +30,10 @@ Other changes:
* Python issue #22448: Improve cancelled timer callback handles cleanup. Patch
by Joshua Moore-Oliva.
* Python issue #22369: Change "context manager protocol" to "context management
- protocol". Patch written by Serhiy Storchaka <storchaka@gmail.com>.
+ protocol". Patch written by Serhiy Storchaka.
* Tulip issue #206: In debug mode, keep the callback in the representation of
Handle and TimerHandle after cancel().
-* Tulip issue #207: test_tasks: Fix test_env_var_debug() to use correct asyncio
+* Tulip issue #207: Fix test_tasks.test_env_var_debug() to use correct asyncio
module.
* runtests.py: display a message to mention if tests are run in debug or
release mode