From 353c66169b85ca6d285e7288108c0c7ec928b947 Mon Sep 17 00:00:00 2001 From: _ Kilemensi Date: Tue, 22 Jan 2019 13:09:44 +0300 Subject: [PATCH] Update changed --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a726437..cc0d2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.1] - 2019-01-22 ### Changed -- Ensure dist metadata are initialized in JS before being accessed to avoid TypeError on reading undefined objects + +- Update `charts.js` and `embed.chart.frame.js` to use Wazimap releases features including showing release information on all charts +- Update `settings_js.html` to include `SITE_TAGLINE` & `SITE-DESCRIPTION`, used to provide extra application information on about view of all embedded charts +- Ensured that `dist` metadata are initialized in JavaScript before being accessed to avoid `TypeError` on accessing `undefined` objects ## [0.1.0] - 2019-01-14