summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-02-23 00:27:55 +0200
committerLauri Ojansivu <x@xet7.org>2018-02-23 00:27:55 +0200
commita9166d877ff8ffae382ce98b481e205cb465d832 (patch)
treed99745b70a74a4c803a3f688a598e3584189aa31
parent435501fb8e5a5d68c3e9e05fff5c6ee24a3f9166 (diff)
downloadwekan-a9166d877ff8ffae382ce98b481e205cb465d832.tar.gz
wekan-a9166d877ff8ffae382ce98b481e205cb465d832.tar.bz2
wekan-a9166d877ff8ffae382ce98b481e205cb465d832.zip
Snap specific updates:
- Service life cycle improvements - Wekan help text changes and tweaks https://github.com/wekan/wekan/pull/1495 Thanks to kubiko !
-rw-r--r--CHANGELOG.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c322500..0753bd1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,14 +2,16 @@
This release adds following [Snap updates](https://github.com/wekan/wekan/pull/1495):
-- cleanup of snap helper scripts
-- cleanup and snapctl settings handling
-- fix for snap store auto review refusal
-- adding support for automatic restart of services when setting(s) are changed.
- No need to call systemctl restart anymore.....
-- fixing snap set functionality
-- adding optional caddy service support ( by default caddy service is disabled),
+- Cleanup of snap helper scripts
+- Cleanup and snapctl settings handling
+- Fix for snap store auto review refusal
+- Adding support for automatic restart of services when setting(s) are changed.
+ No need to call systemctl restart anymore
+- Fixing snap set functionality
+- Adding optional caddy service support (by default caddy service is disabled),
it can be enabled by calling: snap set wekan caddy-enabled=true
+- [Service life cycle improvements](https://github.com/wekan/wekan/pull/1495)
+- [Wekan help text changes and tweaks](https://github.com/wekan/wekan/pull/1495).
and fixes the following bugs: