diff --git a/docs/changelog.rst b/docs/changelog.rst index e9f2f6b1a3..3102f87c95 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,3 +1,11 @@ +Version 0.9.1 +------------- +* Added handling percent encoded unicode query strings in search URL, + thanks to (Сергей Глита [Sergei Glita]) for reporting. +* Added a FAQ explaing how to fix MySQL collation related error when + doing searches also thanks to (Сергей Глита [Sergei Glita]) for + reporting this one. + Version 0.9.0 ------------- * Simplified getting mimetypes from files by merging 2 implementations diff --git a/docs/contributors.rst b/docs/contributors.rst index fdd87cc290..40d36c8007 100644 --- a/docs/contributors.rst +++ b/docs/contributors.rst @@ -20,6 +20,7 @@ Bug reports * Joost Cassee (joost@cassee.net, https://github.com/jcassee) * Brian Huxley * dAnjou (https://github.com/dAnjou) +* Сергей Глита [Sergey Glita] (s.v.glita@gmail.com) Patches -------