Skip to content

Commit b9f4356

Browse files
authored
Move records proposal to accepted (#2487)
1 parent 8a9b9a8 commit b9f4356

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

working/0546-patterns/records-feature-specification.md renamed to accepted/future-releases/records/records-feature-specification.md

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

33
Author: Bob Nystrom
44

5-
Status: In progress
5+
Status: Accepted
66

7-
Version 1.7 (see [CHANGELOG](#CHANGELOG) at end)
7+
Version 1.8 (see [CHANGELOG](#CHANGELOG) at end)
88

99
## Motivation
1010

@@ -565,6 +565,10 @@ covariant in their field types.
565565

566566
## CHANGELOG
567567

568+
### 1.8
569+
570+
- Move to accepted
571+
568572
### 1.7
569573

570574
- Clarify what kind of type `Record` is and where it's defined (#2442).

working/0546-patterns/patterns-feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Version 2.5 (see [CHANGELOG](#CHANGELOG) at end)
99
Note: This proposal is broken into a couple of separate documents. See also
1010
[records][] and [exhaustiveness][].
1111

12-
[records]: https://github.com/dart-lang/language/blob/master/working/0546-patterns/records-feature-specification.md
12+
[records]: https://github.com/dart-lang/language/blob/master/accepted/future-releases/records-feature-specification.md
1313

1414
## Summary
1515

0 commit comments

Comments
 (0)