summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2010-02-14 12:34:00 -0800
committerjason kirtland <jek@discorporate.us>2010-02-14 12:34:00 -0800
commitf1d320a540c3cd1838bb1b888cca73665f13b8f4 (patch)
treebee734b419e089672a7ba0252bbf5ef84f9f3ccd
parent86c6407321cc74d2483a48eefcdb9dc51e676013 (diff)
downloadblinker-f1d320a540c3cd1838bb1b888cca73665f13b8f4.tar.gz
Added changelog.
-rw-r--r--CHANGES14
-rw-r--r--MANIFEST.in1
2 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..5c6aa82
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,14 @@
+
+Blinker Changelog
+=================
+
+Version 0.8
+-----------
+
+Released February 14, 2010
+
+- Initial release
+- Extracted from flatland.util.signals
+- Added Python 2.4 compatability
+- Added nearly functionaly Python 3.1 compatability (everything except
+ connecting to instance methods seems to work.) \ No newline at end of file
diff --git a/MANIFEST.in b/MANIFEST.in
index 01583e8..fb833e0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
include LICENSE
include README
include AUTHORS
+include CHANGES
recursive-include tests *py