1# Changelog
2
3## v0.4.0 (Oct 13, 2021)
4
5- Pass schemes into {any}`WheelDestination.finalize_installation`.
6
7## v0.3.0 (Oct 11, 2021)
8
9- Add support for ARM 64 executables on Windows.
10- Improve handling of wheels that contain entries for directories.
11
12## v0.2.3 (Jul 29, 2021)
13
14- Fix entry point handling in {any}`installer.install`.
15
16## v0.2.2 (May 15, 2021)
17
18- Teach {any}`SchemeDictionaryDestination` to create subfolders.
19
20## v0.2.1 (May 15, 2021)
21
22- Change {any}`parse_record_file` to yield the elements as a tuple, instead of
23  {any}`RecordEntry` objects.
24- Implement {any}`WheelFile`, completing the end-to-end wheel installation
25  pipeline.
26- Generate {any}`RecordEntry` for `RECORD` file in the
27  {any}`installer.install`, instead of requiring every `WheelDestination`
28  implementation to do the exact same thing.
29
30## v0.2.0 (May 3, 2021)
31
32- Initial release.
33
34---
35
36Thank you to [Dan Ryan] and [Tzu-ping Chung] for the project name on
37PyPI. The PyPI releases before 0.2.0 come from
38<https://github.com/sarugaku/installer> and have been [yanked].
39
40[dan ryan]: https://github.com/techalchemy
41[tzu-ping chung]: https://github.com/uranusjr
42[yanked]: https://www.python.org/dev/peps/pep-0592/#abstract
43