Update CHANGELOG

This commit is contained in:
Jürg Lehni 2020-05-23 23:05:09 +02:00
parent db82f41151
commit 8a3b4c73de

View file

@ -4,20 +4,22 @@
### Fixed ### Fixed
- PaperScript: Make `options.paperFeatures.moduleExports` work independently - PaperScript: Actually make `options.paperFeatures.moduleExports` work
from `options.paperFeatures.operatorOverloading`. independently from `options.paperFeatures.operatorOverloading`.
## `0.12.6` ## `0.12.6`
### Added ### Added
- PaperScript: Add option to control module exports conversion. - PaperScript: Add option `options.paperFeatures.moduleExports` to control
module exports conversion.
## `0.12.5` ## `0.12.5`
### Added ### Added
- PaperScript: Add option to control operator overloading. - PaperScript: Add option `options.paperFeatures.operatorOverloading` to control
operator overloading.
### Fixed ### Fixed