diff --git a/CHANGES.rst b/CHANGES.rst index a30e48aa5bdf7086600c08b8c8e155bb5d392c9e..d72b5425341820785d5bb98206b19f5e1a5b0bb2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,15 @@ Version 2.0.4 Release date to be decided. +- Many string encoding related fixes. Summarizing, Mutalyzer should now be + completely aware of input and output string encodings, in all + interfaces. Internally, all strings are unicode strings. This comes with + minor changes in the webservice definitions, which most clients will + probably not notice (`GitLab!25 + <https://git.lumc.nl/mutalyzer/mutalyzer/merge_requests/25>`_). +- Don't crash on mail errors in the batch scheduler (`GitLab#30 + <https://git.lumc.nl/mutalyzer/mutalyzer/issues/30>`_). + Version 2.0.3 -------------