summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2014-10-17 12:22:25 -0400
committerIan Ward <ian@excess.org>2014-10-17 12:22:25 -0400
commit11f33adc92ae4b6076907fd0dbcde971850d7bc4 (patch)
tree0799d1fbd74d1523f043daa554047f319b0e7138
parent3e3eeacb62adbc2aadbc073a553289b6b9c36bb6 (diff)
downloadurwid-11f33adc92ae4b6076907fd0dbcde971850d7bc4.tar.gz
changelog for 1.3.0
-rw-r--r--docs/changelog.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 0e1acb6..6450af7 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -2,6 +2,28 @@
Changelog
---------
+Urwid 1.3.0
+===========
+
+2014-10-17
+
+ * New AsyncioEventLoop for Python 3.4, Python 3.x with asyncio
+ package or Python 2 with trollius package (by Alex Munroe,
+ Jonas Wielicki, with earlier work by Kelketek Rritaa)
+
+ * Screen classes now call back to MainLoop using event loop alarms
+ instead of passing timeout values to MainLoop (by Alex Munroe)
+
+ * Add support for bright backgrounds on linux console
+ (by Russell Warren)
+
+ * Allow custom sorting of MonitoredList (by Tony Cebzanov)
+
+ * Fix support for negative indexes with MonitoredFocusList
+ (by Heiko Noordhof)
+
+ * Documentation fixes (by Ismail, Matthew Mosesohn)
+
Urwid 1.2.2
===========