Skip to content

Commit 1953af5

Browse files
committed
update changelog
1 parent 2425e31 commit 1953af5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@ name: Changelog
33
index: 4
44
---
55

6+
## 4.0.2
7+
8+
- 🐛 Fix: Missing stamp method on Sprite
9+
610
## 4.0.1
711

812
- 🐛 Fix: Scratch for Java Window not creating on Windows
913

1014
## 4.0.0
1115

1216
- 💥 BREAKING CHANGE: Move (0, 0) to the center of the stage to be in-line with Scratch.
13-
- 🚀 Feat: Add stamp method to the pen `pen.stamp()`.
17+
- 🚀 Feat: Add stamp method to the pen `pen.stamp()`. This is also available on a Sprite with `stamp()`, `stampToForeground()` or `stampToBackground()`.
1418
- 🚀 Feat: Unify constructors of Window and Stage.
1519
- 🚀 Feat: Load all tiles from a sprite sheet as costumes with addCostumes.
1620
- 🚀 Feat: Add goToMousePointer to the sprite class.

0 commit comments

Comments
 (0)