Skip to content

Commit 5486775

Browse files
committed
[augmentations] Update changelog.
1 parent e21ff2f commit 5486775

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

working/augmentation-libraries/feature-specification.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Augmentation Libraries
22

3-
Author: [email protected], Version: 1.3 (see [Changelog](#Changelog) at end)
3+
Author: [email protected], Version: 1.4 (see [Changelog](#Changelog) at end)
44

55
Augmentation libraries allow splitting a Dart library into files. Unlike part
66
files, each augmentation has its [own imports][part imports] and top-level
@@ -721,6 +721,11 @@ tools.
721721

722722
## Changelog
723723

724+
### 1.4
725+
726+
* When inferring the type of a variable, only the original variable's
727+
initializer is used.
728+
724729
### 1.3
725730

726731
* Constructor and function augmentations can't define default values.

0 commit comments

Comments
 (0)