Split #4313 changelog into one entry per file

This commit is contained in:
Aleix Conchillo Flaqué
2026-04-15 15:21:26 -07:00
parent b11a3bc43f
commit 8d4feede23
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1 @@
- Added `buttons` field to `OutputDTMFFrame` and `OutputDTMFUrgentFrame` for sending multi-key DTMF sequences as a `list[KeypadEntry]`. Use `OutputDTMFFrame.from_string("123#")` (or the equivalent on `OutputDTMFUrgentFrame`) to build one from a dial string, and `to_string()` to convert back.