Documentation: Minor edit in the releases text
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -9,10 +9,10 @@ Changes
|
|||||||
|
|
||||||
* Improve index mirroring value clean up code to remove the spaces at the
|
* Improve index mirroring value clean up code to remove the spaces at the
|
||||||
starts and at the end of directories. Closes again GitLab issue #520
|
starts and at the end of directories. Closes again GitLab issue #520
|
||||||
Thanks to TheOneValen @ for the report.
|
Thanks to @TheOneValen for the report.
|
||||||
* Improve index mirroring cache class to use the hash of the keys
|
* Improve index mirroring cache class to use the hash of the keys
|
||||||
instead of the literal keys. Avoid warning about invalid key
|
instead of the literal keys. Avoid warning about invalid key
|
||||||
characters. Closes GitLab issue #518. Thanks to TheOneValen @ for the
|
characters. Closes GitLab issue #518. Thanks to @TheOneValen for the
|
||||||
report.
|
report.
|
||||||
* Only render the Template API view for authenticated users.
|
* Only render the Template API view for authenticated users.
|
||||||
Thanks rgarcia for the report.
|
Thanks rgarcia for the report.
|
||||||
|
|||||||
@@ -12,10 +12,10 @@ Changes
|
|||||||
* Remove duplicate YAML loading of environment variables.
|
* Remove duplicate YAML loading of environment variables.
|
||||||
* Don't load development apps if they are already loaded.
|
* Don't load development apps if they are already loaded.
|
||||||
* Make sure all key used as input for the cache key hash are
|
* Make sure all key used as input for the cache key hash are
|
||||||
bytes and not unicode. GitLab issue #520. Thanks to TheOneValen
|
bytes and not unicode. GitLab issue #520. Thanks to @TheOneValen for
|
||||||
@TheOneValen for the report.
|
the report.
|
||||||
* Ignore document stub from the index mirror. GitLab issue
|
* Ignore document stub from the index mirror. GitLab issue
|
||||||
#520. Thanks to TheOneValen @TheOneValen for the report.
|
#520. Thanks to @TheOneValen for the report.
|
||||||
* Fix for the Docker image INSTALL_FLAG path. Thanks to
|
* Fix for the Docker image INSTALL_FLAG path. Thanks to
|
||||||
Mark Maglana @relaxdiego for the report and to Hamish Farroq @farroq_HAM
|
Mark Maglana @relaxdiego for the report and to Hamish Farroq @farroq_HAM
|
||||||
for the patch. GitLab issue #525.
|
for the patch. GitLab issue #525.
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ Changes
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
* Convert the furl instance to text to allow serializing it into
|
* Convert the furl instance to text to allow serializing it into
|
||||||
JSON to be passed as arguments to the background task.
|
JSON and be passed as arguments to the background task. Fixes
|
||||||
|
metadata assignment issues when uploading new documents.
|
||||||
|
|
||||||
Removals
|
Removals
|
||||||
--------
|
--------
|
||||||
|
|||||||
Reference in New Issue
Block a user