docs: add missing breaking changes (#9267)
This commit is contained in:
parent
37b617dccf
commit
a3f6e19881
|
@ -189,6 +189,11 @@ The likelihood of anyone actually depending on this property is very low.
|
|||
}
|
||||
```
|
||||
|
||||
* `PLATFORM_PIPES` and `PLATFORM_DIRECTIVES` now are fields on `CompilerConfig`.
|
||||
Instead of providing a binding to these tokens, provide a binding for `CompilerConfig` instead.
|
||||
|
||||
* `CompilerConfig` used to take positional arguments and now takes named arguments.
|
||||
|
||||
<a name="2.0.0-rc.1"></a>
|
||||
# 2.0.0-rc.1 (2016-05-03)
|
||||
|
||||
|
|
Loading…
Reference in New Issue