Update changelog and release notes.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-09-12 13:49:27 -04:00
parent 732d275ec1
commit c82125c611
2 changed files with 12 additions and 0 deletions

View File

@@ -136,7 +136,12 @@
- Add new dashboard item to display the total page count.
- Show the document type being uploaded in the source view title.
- Setting SOURCE_SCANIMAGE_PATH is now SOURCES_SCANIMAGE_PATH.
- Refactor the staging file image generation to support
background task generation, caching and cache sharing.
- New queue: sources_fast. Used for staging file generation.
- 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.
3.0.3 (2018-08-17)
==================

View File

@@ -351,6 +351,13 @@ classes beyond the provide line chart.
#360.
- Add new dashboard item to display the total page count.
- Show the document type being uploaded in the source view title.
- Setting SOURCE_SCANIMAGE_PATH is now SOURCES_SCANIMAGE_PATH.
- Refactor the staging file image generation to support
background task generation, caching and cache sharing.
- New queue: sources_fast. Used for staging file generation.
- 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.
Removals
--------