Skip to content

Commit 94b419b

Browse files
authored
Add CHANGELOG.md entry for 2.1 (#184)
1 parent 13b6290 commit 94b419b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## HEAD
44

5+
## 2.1
6+
7+
Released Jul. 28, 2019
8+
9+
- Instead of outputting only the first shared library found in `purelib`,
10+
include a list of all offending files ([#143](https://github.com/pypa/auditwheel/pull/143))
11+
- Better policy detection ([#150](https://github.com/pypa/auditwheel/pull/150))
12+
- Use `AUDITWHEEL_PLAT` environment variable as a default option to --plat
13+
([#151](https://github.com/pypa/auditwheel/pull/150))
14+
- Workaround for `patchelf` bug not setting `DT_RUNPATH` correctly
15+
([#173](https://github.com/pypa/auditwheel/pull/173))
16+
- Remove `libcrypt.so.1` from library whitelist
17+
([#182](https://github.com/pypa/auditwheel/pull/182))
18+
519
## 2.0
620

721
Released Jan. 23, 2019

0 commit comments

Comments
 (0)