summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2013-07-19 19:06:21 -0400
committerDaniel Holth <dholth@fastmail.fm>2013-07-19 19:06:21 -0400
commitff8fb9e7eee19c79e6d3c2fcfb9855c72a65a632 (patch)
tree64db008e283c3a2003ddf9eb8b6d69065ab1411c
parent4ea1d315fedcbc6fc1c1661bae7ab728fbe1b459 (diff)
downloadwheel-ff8fb9e7eee19c79e6d3c2fcfb9855c72a65a632.tar.gz
update changelog
-rw-r--r--CHANGES.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2ce7334..032e70f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,19 @@
+0.20.0
+======
+- No longer include console_scripts in wheels. Ordinary scripts (shell files,
+ standalone Python files) are included as usual.
+- Include new command "python -m wheel install-scripts [distribution
+ [distribution ...]]" to install the console_scripts (setuptools-style
+ scripts using pkg_resources) for a distribution.
+
+0.19.0
+======
+- pymeta.json becomes pydist.json
+
+0.18.0
+======
+- Python 3 Unicode improvements
+
0.17.0
======
- Support latest PEP-426 "pymeta.json" (json-format metadata)