blob: 769ef91b21fd5ded51ff27c00b72680e3c7eebc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org).
## [Unreleased]
## [0.1.4] - 2020-01-20
* [Support ?Sized bounds in generic parameters.][9]
[9]: https://github.com/taiki-e/pin-project-lite/pull/9
## [0.1.3] - 2020-01-20
* [Support lifetime bounds in generic parameters.][7]
[7]: https://github.com/taiki-e/pin-project-lite/pull/7
## [0.1.2] - 2020-01-05
* [Support recognizing default generic parameters.][6]
[6]: https://github.com/taiki-e/pin-project-lite/pull/6
## [0.1.1] - 2019-11-15
* [`pin_project!` macro now determines the visibility of the projection type/method is based on the original type.][5]
[5]: https://github.com/taiki-e/pin-project-lite/pull/5
## [0.1.0] - 2019-10-22
Initial release
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/taiki-e/pin-project-lite/releases/tag/v0.1.0
|