From 76cfa0bee33d6dcb665d1e5b733e0e33163c3c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 16 Feb 2018 14:48:50 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebcaa779ee..5023767730f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 5.0.0-beta3 (2018-02-16) + +### Fixes + +- **MySQL** Fixed new migration issue with index length [#10931](https://github.com/grafana/grafana/issues/10931) +- **Modal** Escape key no closes modals everywhere, fixes [#10887]https://github.com/grafana/grafana/issues/10887) +- **Row repeats** Fix for repeating rows issue, fixes [#10932]https://github.com/grafana/grafana/issues/10932) +- **Docs** Team api documented, fixes [#10832]https://github.com/grafana/grafana/issues/10832) +- **Plugins** Plugin info page broken, fixes [#10943]https://github.com/grafana/grafana/issues/10943) + # 5.0.0-beta2 (2018-02-15) ### Fixes