diff --git a/RELEASES b/RELEASES index 39b0225..d50f2a9 100644 --- a/RELEASES +++ b/RELEASES @@ -1,3 +1,18 @@ +xapian-haystack-1.1.1BETA +========================= + +Tagged on December 8, 2009 by David Sauve + +Major Code Changes +------------------ +* `SearchBackend` now has two additional properties, `schema` and `content_field`, that are cached after the first access. This fixes an issue where running a `SearchQuery` with value ranges sometimes caused an exception to be raised. + +Known Issues +------------ +* `SearchBackend.search` with `highlight=True` converts terms to lowercase in result content. + +* * * + xapian-haystack-1.1.0BETA =========================