Skip to content

Commit 491e88e

Browse files
authored
Add upgrade wiki link in changelog (#246)
Fixes #233
1 parent 0ff4589 commit 491e88e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

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

3-
* **Breaking changes**
3+
* **Breaking changes**: See [the wiki](https://github.com/dart-lang/source_gen/wiki/Migrating-to-0.7.x)
4+
for help upgrading.
45
* `Generator.generate` now operates on a `LibraryReader` rather than being
56
called for every `Element` within a library. Generators can iterate over
67
elements using `LibraryReader.allElements`. `GeneratorForAnnotation` will

0 commit comments

Comments
 (0)