Add another back_incompat notice

This commit is contained in:
kangax 2013-09-03 21:30:08 +02:00
parent e37e72a9ac
commit fdb9208162

View file

@ -4,6 +4,8 @@
- [BACK_INCOMPAT] fabric.BaseBrush shadow properties are combined into one property => fabric.BaseBrush.shadow (shadowColor, shadowBlur, shadowOffsetX, shadowOffsetY no longer exist)
- [BACK_INCOMPAT] `fabric.Path.fromObject` is now async. `fabric.Canvas#loadFromDatalessJSON` is deprecated.
**Version 1.2.0**
- [BACK_INCOMPAT] Make `fabric.Object#toDataURL` synchronous.