From cb9036a05d6267efe03bcb5655d545eca07e5dea Mon Sep 17 00:00:00 2001 From: Bruno Medeiros Date: Tue, 27 Oct 2015 16:48:53 +0000 Subject: [PATCH] Already fixed #166 --- documentation/ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/ChangeLog.md b/documentation/ChangeLog.md index 953d53a7e..6a84dddf8 100644 --- a/documentation/ChangeLog.md +++ b/documentation/ChangeLog.md @@ -1,6 +1,7 @@ ## release ChangeLog ### (NextVersion) + * Fixed: Preferences: custom setting for gofmt command is not saved. (#166) * Syntax highlighting now works on the source compare editor/viewer. * Added number literals syntax highlighting. (#138) * Added per-project compiler installation preferences. (#152)