From d7be56df7aa5067da40a00857bd43cb270e7ee3b Mon Sep 17 00:00:00 2001 From: Diego Vieira Date: Mon, 25 Jul 2016 16:12:28 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786391d1..24123812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unpublished +### Added +- Brazilian Portuguese Translation + ### Fixed - Prevent `getModules()` selectors from returning duplicate entries. - Append endpoints of weather modules with `/` to retreive the correct data. (Issue [#337](https://github.com/MichMich/MagicMirror/issues/337))