Skip to content

Commit ec9b15e

Browse files
committed
Add 0.6.10 to changelog
1 parent f948a1f commit ec9b15e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.8.0
1+
## 0.8.0 (and 0.6.10 for Dart <2.12)
22

33
- Deprecated parsing extensions of `RequiredPick` to acknowledge that all parsers eventually causes errors.
44
From now on, always use `.asIntOrThrow()` instead of `.required().asInt()`. Only exception is `.required().toString()`.
@@ -12,6 +12,10 @@
1212

1313
- Enable nullsafety (requires Dart >=2.12)
1414

15+
## 0.6.10
16+
17+
Backports 0.8.0 to pre-nullsafety
18+
1519
## 0.6.0
1620

1721
### API changes

0 commit comments

Comments
 (0)