Skip to content

Commit 671f6a5

Browse files
committed
Updated changelog with recent but unreleased changes.
1 parent 6d6ef5e commit 671f6a5

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/changelog.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
Changelog
22
=========
33

4+
v0.9 (unreleased)
5+
-----------------
6+
7+
* Fix handling the default Haystack backend alias, making it a list.
8+
9+
* Added ``CELERY_HAYSTACK_QUEUE`` setting to define which Celery queue to use.
10+
11+
* Added ``CELERY_HAYSTACK_COUNTDOWN`` setting to define when to start the
12+
indexing task after initially creating it.
13+
14+
* Stop returning after after enqueing in the Haystack router to support
15+
multple routers.
16+
17+
* Optionally support using django-transaction-hooks for improved transaction
18+
handling.
19+
20+
* Instantiate update task class correctly.
21+
22+
* Use Celery's task logger utility function.
23+
424
v0.8 (2014-07-31)
5-
-------------------
25+
-----------------
626

727
* Fix bug when using multiple Haystack indizes
828

0 commit comments

Comments
 (0)