0.2.2.3 Ben Gamari <ben@well-typed.com> January 2025
	* Introduce compatibility with GHCs up to 9.12
	* Drop compatibility with GHC versions pre-9.2

0.2.2.2 Adam Gundry <adam@well-typed.com> March 2023
	* Fix bug in 0.2.2.1 autosuggest patch

0.2.2.1 Adam Gundry <adam@well-typed.com> March 2023
	* Fix autosuggest query performance bug on large datasets

0.2.2.0 Adam Gundry <adam@well-typed.com> November 2022
	* Add queryAutosuggestPredicate and queryAutosuggestMatchingDocuments
        * Compatibility with GHC 8.10 to 9.4 and new package versions

0.2.1.4 Mikolaj Konarski <mikolaj@well-typed.com> August 2017
        * Compatibility with GHC 8.0.2 and new package versions (no API changes)

0.2.1.3 Duncan Coutts <duncan@well-typed.com> May 2015
        * Compatibility with GHC 7.10 (no API changes)

0.2.1.2 Adam Gundry <adam@well-typed.com> July 2014
        * Compatibility with GHC 7.8 (no API changes)

0.2.1.1 Duncan Coutts <duncan@well-typed.com> May 2014
        * Fix for NaN scores with a doc field that is empty for all docs
        * Add instance Show NoFeatures

0.2.1.0 Duncan Coutts <duncan@well-typed.com> March 2014
        * Add auto-complete / auto-suggest feature
        * Add demo program
        * Moved QC props into a separate test suite
        * Work sponsored by IRIS Connect Ltd.

0.2.0.0 Duncan Coutts <duncan@well-typed.com> Feb 2014
        * Initial version as a separate library

0.1.1.0 Duncan Coutts <duncan@community.haskell.org> Nov 2013
        * Add "explain" mode for query
        * Add non-term feature scores

0.1.0.1 Duncan Coutts <duncan@community.haskell.org> Sept 2013
        * Fix bug in index update (thanks to Matthew Gruen)

0.1.0.0 Duncan Coutts <duncan@community.haskell.org> July 2013
        * Initial version (included in hackage-server)

