From a3f6e1988144865bfe3ec1c30cffa58582d29655 Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Thu, 16 Jun 2016 13:49:29 -0700 Subject: [PATCH] docs: add missing breaking changes (#9267) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29da69f7f..5f7a7e20bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + # 2.0.0-rc.1 (2016-05-03)