Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
plegner committed Jul 27, 2023
1 parent 7f336d2 commit 3d091f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polypad/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parent: Polypad API Docs
## v4.6.7 (19 July 2023)

### Breaking Changes
* Disable double-click-to-roll/flip if the corresponding action bar item is disabled
* Disable double-click-to-roll/flip if the corresponding action bar item is disabled. This applies to the "flip", "draw" and "randomise" actions. If you want to enable these actions for existing canvases, you can use `if (data.options.actionbar && data.options.actionbar !== 'hidden') data.options.actionbar += ',flip,draw,randomise'`.

### New Features
* Alpha and ellipse masking of images
Expand Down

0 comments on commit 3d091f5

Please sign in to comment.