File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
accepted/future-releases/records Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Author: Bob Nystrom
4
4
5
- Status: In progress
5
+ Status: Accepted
6
6
7
- Version 1.7 (see [ CHANGELOG] ( #CHANGELOG ) at end)
7
+ Version 1.8 (see [ CHANGELOG] ( #CHANGELOG ) at end)
8
8
9
9
## Motivation
10
10
@@ -565,6 +565,10 @@ covariant in their field types.
565
565
566
566
## CHANGELOG
567
567
568
+ ### 1.8
569
+
570
+ - Move to accepted
571
+
568
572
### 1.7
569
573
570
574
- Clarify what kind of type ` Record ` is and where it's defined (#2442 ).
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Version 2.5 (see [CHANGELOG](#CHANGELOG) at end)
9
9
Note: This proposal is broken into a couple of separate documents. See also
10
10
[ records] [ ] and [ exhaustiveness] [ ] .
11
11
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
13
13
14
14
## Summary
15
15
You can’t perform that action at this time.
0 commit comments