aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2011-09-26 20:27:42 -0300
committerDavid Bremner <bremner@debian.org>2011-09-26 20:27:42 -0300
commitc83e3ee2599eea7ceffa0f89828752be63b96393 (patch)
treec03068718743b7a8fcba4dba48727ebc08404ccf /NEWS
parentb8cbec57afe0e42c2b57da16fb695091e6ee44dc (diff)
NEWS: add item for python bindings.
Just the one unicode related change this release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e98bbe1..c377d0f 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
---------------------