From b76b42f209bb4fc920d77d956982bbb59464bfea Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 7 Jun 2016 12:05:39 +0200 Subject: [PATCH] docs(changelog): add note about deb post install script --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b6371b324..4afea5a1e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * **Theme**: Add default theme to config file [#5011](https://github.com/grafana/grafana/pull/5011) * **Page Footer**: Added page footer with links to docs, shows Grafana version and info if new version is available, closes [#4889](https://github.com/grafana/grafana/pull/4889) * **InfluxDB**: Add spread function, closes [#5211](https://github.com/grafana/grafana/issues/5211) +* **Scripts**: Use restart instead of start for deb package script, closes [#5282](https://github.com/grafana/grafana/pull/5282) # 3.0.4 Patch release (2016-05-25) * **Panel**: Fixed blank dashboard issue when switching to other dashboard while in fullscreen edit mode, fixes [#5163](https://github.com/grafana/grafana/pull/5163)