From 48d620f7cdc4c7fb18f6a028c3e6d883e5078346 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 13 Oct 2015 12:39:43 -0400 Subject: [PATCH] Remove spaces between lists in CHANGELOG GitHub displays the lists in a weird way otherwise. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37178b6a..07785b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Implement `os configure` command. - Implement `os initialize` command. - Implement `device register` command. - - Add TROUBLESHOOTING guide. - Add a dynamic widget for selecting connected drives. @@ -27,7 +26,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Upgrade Resin SDK to v3.0.0. - Check that a directory is a `git` repository before attempting to run `git` operations on it. - Improve plugin scanning mechanism. - - Fix `EPERM` issue in Windows after a successfull `device init`. - Fix SDCard burning issues in Windows 10. - Fix plugins not being loaded in Windows 10.