From 632f4b598b542d1923ddac5e4b901bb02cf496c5 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 14 Sep 2018 00:21:02 -0400 Subject: [PATCH] docs: Update release notes. Signed-off-by: Roberto Rosario --- HISTORY.rst | 3 +++ docs/releases/3.1.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index d79b50e056..cf6e05ef4b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ================== diff --git a/docs/releases/3.1.rst b/docs/releases/3.1.rst index 754828552c..1f7828220c 100644 --- a/docs/releases/3.1.rst +++ b/docs/releases/3.1.rst @@ -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 --------