diff options
Diffstat (limited to 'changelogs/changelog_X_XX_X.md')
-rw-r--r-- | changelogs/changelog_X_XX_X.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/changelogs/changelog_X_XX_X.md b/changelogs/changelog_X_XX_X.md new file mode 100644 index 000000000..f8a09a535 --- /dev/null +++ b/changelogs/changelog_X_XX_X.md @@ -0,0 +1,23 @@ +# v2.xx.x - yyyy-mm-dd + +This is an example file. +The changes should go to changelog.md! + +## Changes affecting backward compatibility + +- `foo` now behaves differently, use `-d:nimLegacyFoo` for previous behavior. + +## Standard library additions and changes + +- Added `example.exampleProc`. + +- Changed `example.foo` to take additional `bar` parameter. + +## Language changes + + +## Compiler changes + + +## Tool changes + |