mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 00:42:54 -05:00
Update CHANGELOG
This commit is contained in:
parent
db82f41151
commit
8a3b4c73de
1 changed files with 6 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -4,20 +4,22 @@
|
|||
|
||||
### Fixed
|
||||
|
||||
- PaperScript: Make `options.paperFeatures.moduleExports` work independently
|
||||
from `options.paperFeatures.operatorOverloading`.
|
||||
- PaperScript: Actually make `options.paperFeatures.moduleExports` work
|
||||
independently from `options.paperFeatures.operatorOverloading`.
|
||||
|
||||
## `0.12.6`
|
||||
|
||||
### Added
|
||||
|
||||
- PaperScript: Add option to control module exports conversion.
|
||||
- PaperScript: Add option `options.paperFeatures.moduleExports` to control
|
||||
module exports conversion.
|
||||
|
||||
## `0.12.5`
|
||||
|
||||
### Added
|
||||
|
||||
- PaperScript: Add option to control operator overloading.
|
||||
- PaperScript: Add option `options.paperFeatures.operatorOverloading` to control
|
||||
operator overloading.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
Loading…
Reference in a new issue