summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2014-03-29 18:45:13 +0000
committerPaul Moore <p.f.moore@gmail.com>2014-03-29 18:45:13 +0000
commit52ed4db7e8de49104f4b4394326ad3524a21744a (patch)
treea55466857d545378c6a67b877862955846d0964e
parentad636bb797ea09486b6b10e7ac06000c66bfa5c5 (diff)
downloadwheel-52ed4db7e8de49104f4b4394326ad3524a21744a.tar.gz
Added a changelog entry
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a8b1303..d5b74e2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,12 @@
- sdist should include files necessary for tests
- 'wheel convert' can now also convert unpacked eggs to wheel
- Rename pydist.json to metadata.json to avoid stepping on the PEP
+- The --skip-scripts option has been removed, and not generating scripts is now
+ the default. The option was a temporary approach until installers could
+ generate scripts themselves. That is now the case with pip 1.5 and later.
+ Note that using pip 1.4 to install a wheel without scripts will leave the
+ installation without entry-point wrappers. The "wheel install-scripts"
+ command can be used to generate the scripts in such cases.
- Thank you contributors
0.22.0