docs: add ripple editing to 0.2.0 changelog

This commit is contained in:
Maze Winther
2026-03-01 01:44:38 +01:00
parent 5e7c27f542
commit 35dd209b4e
+2
View File
@@ -8,6 +8,8 @@ changes:
text: "Keyframe animation system, starting with transform properties (position, scale, rotation)." text: "Keyframe animation system, starting with transform properties (position, scale, rotation)."
- type: new - type: new
text: "Effects system (with our first effect: Blur!)" text: "Effects system (with our first effect: Blur!)"
- type: new
text: "Ripple editing mode. Delete or split an element and everything after it automatically snaps to fill the gap."
- type: fixed - type: fixed
text: "Fixed an issue where click-and-drag selection on one timeline track could accidentally select items from the track below." text: "Fixed an issue where click-and-drag selection on one timeline track could accidentally select items from the track below."
- type: fixed - type: fixed