diff --git a/NEWS b/NEWS index e98bbe19..c377d0f4 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,12 @@ New functions notmuch_database_find_message_by_filename does exactly what it says. +Python bindings changes +----------------------- + + Re-encode python unicode objects to utf-8 before passing back to + libnotmuch. + Ruby bindings changes ---------------------