From b6ebe0828dbaae0122876099734f090c10908927 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 12 Sep 2019 11:49:29 +0300 Subject: [PATCH] changelog: remove a duplicate --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cddbbf0aa2..0ddd527a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ - Error messages now point to the actual place where the error happened. - Custom json field names: `struct User { last_name string [json:lastName] }`. - Raw json fields via the `[raw]` attribute. -- `import const` was removed from the language. - All C code was removed from the `freetype` module. - `gg` module can now render all Unicode characters. - `[typedef]` attribute for imported C struct typedefs.