From 73cad28e2274c533bd3314baa2fff41192b11ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 21 Apr 2015 13:47:37 -0700 Subject: [PATCH] Update Changelog for 0.13 to mention JSXTransfomer change --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 077c8ca68f..8fe82f6187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,12 @@ * `es3` restores the previous default behavior. An additional transform is added here to ensure the use of reserved words as properties is safe (eg `this.static` will become `this['static']` for IE8 compatibility). * The transform for the call spread operator has also been enabled. +### JSXTransformer + +#### Breaking Changes + +* The return value of `transform` now contains `sourceMap` as a JS object already, not an instance of `SourceMapGenerator`. + ### JSX #### Breaking Changes