From 125200342e19cfc40b079c24b4eb78fc0120a746 Mon Sep 17 00:00:00 2001 From: Doug Black Date: Fri, 16 Jun 2017 12:18:05 -0700 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b87b6c1db2..a6ecf099a6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,21 @@ twilio-python Changelog Here you can see the full list of changes between each twilio-python release. +[2017-06-16] Version 6.4.1 +-------------------------- + +- Add several missing `` attributes. + - `partial_result_callback` + - `partial_result_callback_method` + - `language` + - `hints + - `barge_in` + - `acknowledge_sound_url` + - `input` +- Remove client-side max page size validation. +- Support `announce_url` and `announce_url_method` on Conference Participants. +- TwiML docstring corrections. + [2017-06-15] Version 6.4.0 --------------------------