Updated changelog

This commit is contained in:
Roberto Rosario
2011-11-15 07:09:47 -04:00
parent 592cd373a7
commit c6b555be82
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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
-------