Skip to content

Commit 992b2fe

Browse files
committed
Add a change log entry.
1 parent d9aa90b commit 992b2fe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

proposals/NNNN-lifetime-dependency.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@ This is a key requirement for the `Span` type (previously called `BufferView`) b
1818

1919
**Edited** (May 2, 2024): Changed `StorageView` and `BufferReference` to `Span` to match the sibling proposal.
2020

21+
**Edited** (May 30, 2024): Added the following new sections:
22+
23+
- Dependent parameters
24+
- Dependent properties
25+
- Conditional dependencies
26+
- Immortal lifetimes
27+
- Depending on immutable global variables
28+
- Depending on an escapable BitwiseCopyable value
29+
- Standard library extensions
30+
- unsafeLifetime helper functions
31+
- Dependency semantics by example
32+
- Future directions
33+
- Value component lifetime
34+
- Abstract lifetime components
35+
- Protocol lifetime requirements
36+
- Structural lifetime dependencies
37+
2138
#### See Also
2239

2340
* [Forum discussion of Non-Escapable Types and Lifetime Dependency](https://forums.swift.org/t/pitch-non-escapable-types-and-lifetime-dependency)

0 commit comments

Comments
 (0)