Skip to content

Commit

Permalink
docs: add 'Say.break_()' replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Mar 20, 2023
1 parent 66a15d3 commit 2f1949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Expand Up @@ -24,7 +24,7 @@ _All `MAJOR` version bumps will have upgrade notes posted here._
* [`<Refer>`](https://www.twilio.com/docs/voice/twiml/refer)
* `Refer.referSip()` replaced by `Refer.sip()`
* [`<Say>`](https://www.twilio.com/docs/voice/twiml/say/text-speech#generating-ssml-via-helper-libraries)
* `Say.ssmlBreak()` replaced by `Say.break()`
* `Say.ssmlBreak()` and `Say.break_()` replaced by `Say.break()`
* `Say.ssmlEmphasis()` replaced by `Say.emphasis()`
* `Say.ssmlLang()` replaced by `Say.lang()`
* `Say.ssmlP()` replaced by `Say.p()`
Expand Down

0 comments on commit 2f1949f

Please sign in to comment.