docs: Update release notes.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-09-14 00:21:02 -04:00
parent a09511d0e9
commit 632f4b598b
2 changed files with 6 additions and 0 deletions

View File

@@ -142,6 +142,9 @@
- New settings: SOURCES_STAGING_FILE_CACHE_STORAGE_BACKEND and
SOURCES_STAGING_FILE_CACHE_STORAGE_BACKEND_ARGUMENTS to control
where and how staging file caching is done.
- Fix an egde case on the document indexing where an empty
node could be left behind.
- Improve the speed of the document indexing.
3.0.3 (2018-08-17)
==================

View File

@@ -358,6 +358,9 @@ classes beyond the provide line chart.
- New settings: SOURCES_STAGING_FILE_CACHE_STORAGE_BACKEND and
SOURCES_STAGING_FILE_CACHE_STORAGE_BACKEND_ARGUMENTS to control
where and how staging file caching is done.
- Fix an egde case on the document indexing where an empty
node could be left behind.
- Improve the speed of the document indexing.
Removals
--------