diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-11-13 23:27:48 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-14 08:27:48 +0100 |
commit | b5448bf25c243da8ec183b0d0c54b168683f5a7c (patch) | |
tree | 0c29e985acaa57707116a5d0a168e2893eef32bb /changelog.md | |
parent | d89c815c41329ed5c8b1e33e4145f93e9e55dd0a (diff) | |
download | Nim-b5448bf25c243da8ec183b0d0c54b168683f5a7c.tar.gz |
fix #9647 tmpl=>nimf (#9658)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 6ec83212d..7cc2a3b63 100644 --- a/changelog.md +++ b/changelog.md @@ -88,6 +88,11 @@ proc enumToString*(enums: openArray[enum]): string = ### Language changes +- The standard extension for SCF (source code filters) files was changed from + ``.tmpl`` to ``.nimf``, + it's more recognizable and allows tools like github to recognize it as Nim, + see [#9647](https://github.com/nim-lang/Nim/issues/9647). + The previous extension will continue to work. ### Tool changes - `jsondoc` now include a `moduleDescription` field with the module |