From c7513bc56702f0e0de372161c0f9ca0bc6b81465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 9 Jul 2019 17:57:28 +0800 Subject: [PATCH] Minor changelog formatting --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23960fc..fb9b3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,10 @@ Note: Breaking changes between versions are indicated by "💥". - [Feature] Add `dev exec` command - [Bugfix] Fix incorrect notes settings definition - [Improvement] Make it possible to start/stop/reboot a selection of services -- [Improvement] Add ``local/k8s reboot`` commands -- [Improvement] Add ``-U/--unset`` option to ``config save`` +- [Improvement] Add `local/k8s reboot` commands +- [Improvement] Add `-U/--unset` option to `config save` - [Bugfix] Fix insecure static asset loading when web proxy is enabled -- [Improvement] Rename ``SECRET_KEY`` configuration parameter to ``OPENEDX_SECRET_KEY`` +- [Improvement] Rename `SECRET_KEY` configuration parameter to `OPENEDX_SECRET_KEY` - [Improvement] Add support for SSL and TLS in external SMTP server (#231) - [Bugfix] Fix missing video transcripts in LMS (#229) - [Improvement] Make it possible to enable/disable multiple plugins at once