You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
8
9
9
### Added
10
10
11
+
### Changed
12
+
13
+
### Removed
14
+
15
+
## [3.1.0] 2025-12-02
16
+
17
+
### Added
18
+
11
19
- If no options in an option group are available, Yarn Spinner will now fall through to the next line after the options.
12
20
- For example, consider the following Yarn Spinner script:
13
21
```
@@ -50,8 +58,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
50
58
- Type Checker: Fixed a crash that could occur if multiple declarations with the same name were provided.
51
59
- `Dialogue.LogDebugMessage` and `Dialogue.LogErrorMessage` now wrap the values of `VirtualMachine.LogDebugMessage and VirtualMachine.LogErrorMessage`, respectively.
0 commit comments