Node in UPGRADE.md about broken AST caches

This commit is contained in:
Vladimir Razuvaev 2018-10-10 11:33:53 +02:00
parent 4bc9dfc6f8
commit 0ea7ffa601

View File

@ -122,6 +122,10 @@ type Dog {
}
```
### Breaking: Cached AST of version 0.11.x is not compatible with 0.12.x.
That's because description in AST is now a separate node, not just a string.
Make sure to renew caches.
### Breaking: Most of previously deprecated classes and methods were removed
See deprecation notices for previous versions in details.