Skip to content

Commit 93d8ca3

Browse files
authored
Add CHANGELOG entry for TypeChecker fix (#660)
Prepares for publishing. Also reformat the `build_extensions` changelog entry.
1 parent 91ffb74 commit 93d8ca3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source_gen/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## 1.3.0
22

3-
* Add support for `build_extensions` configuration of builders producing multiple files. Eg:
3+
* Add support for `build_extensions` configuration of builders producing
4+
multiple files. For example:
45
`build_extensions: { '.dart': ['.stub.dart', '.web.dart', '.vm.dart'] }`
6+
* Avoid throwing when a type without a backing class is checked with
7+
`TypeChecker`.
58

69
## 1.2.7
710

0 commit comments

Comments
 (0)