Add forgotten Change Log entries for v0.11.3.

This commit is contained in:
Jürg Lehni 2017-04-23 17:22:04 +02:00
parent ac08a4f94c
commit a7fb971560

View file

@ -1,5 +1,20 @@
# Change Log
## `0.11.3`
### Fixed
- Mouse Events: Fix item-based `doubleclick` events (#1316).
- Overhaul the caching of bounds and matrix decomposition, improving reliability
of `Item#rotation` and `#scaling` and fixing situations caused by wrongly
caching `Item#position` and `#bounds` values.
- Prevent consumed properties in object literal constructors from being set on
the instance.
### Changed
- Make all functions and accessors enumerable on all Paper.js classes.
## `0.11.2`
### Fixed