Add changelog for #4390

This commit is contained in:
Mark Backman
2026-04-30 09:45:16 -04:00
parent 21547c8680
commit fb42a7dcf3
6 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Fixed Cartesia tag helpers (`SPELL`, `EMOTION_TAG`, `PAUSE_TAG`, `VOLUME_TAG`, `SPEED_TAG`) raising `TypeError` when called on an instance (e.g. `tts.SPELL("hi")`). They're now `@staticmethod` and callable from both the class and an instance.