Skip to content

Commit

Permalink
Add a ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Oct 26, 2021
1 parent 14ca046 commit d251b03
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
@@ -0,0 +1,22 @@
=========================
xapian-haystack Changelog
=========================

v3.0.0 (2021-10-26)
-------------------

- Dropped Python 2 support.
- Supported Django versions: 2.2, 3.0, 3.1, 3.2
- Dropped support for xapian < 1.4
- Added new ``xapian_wheel_builder.sh`` script.
- Fixed ``os.path.exists`` race situation.
- Fixed setup.py on non-UTF-8 systems.

v2.1.1 (2017-05-18)
-------------------

- Django 1.8 as minimal version, added support for Django 1.9/1.10.
- Adapted default Haystack query from ``contains`` to ``content``.
- Raise ``NotImplementedError`` for endswith queries.
- Supported range search filter (#161).
- Configure ``limit_to_registered_models`` according to haystack docs.

0 comments on commit d251b03

Please sign in to comment.