From 81d22207e441f18d30e97baccda501cd2ed3cf25 Mon Sep 17 00:00:00 2001 From: Philippe Duval Date: Thu, 20 Sep 2018 21:05:35 -0400 Subject: [PATCH] Add merged community PR to changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 055ff56a68..cdaebbeac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Added - Added support for serving dev bundles from the components suite, enable with `app.run_server(dev_tools_serve_dev_bundles=True)` [#369](https://github.com/plotly/dash/pull/369) +## Fixed +- Use HTML5 syntax for the meta tag [#350](https://github.com/plotly/dash/pull/350) + ## 0.26.6 - 2018-09-19 ## Fixed - Added `Cache-Control` headers to files served by `Dash.serve_component_suites`. [#387](https://github.com/plotly/dash/pull/387)