diff options
Diffstat (limited to 'changelogs/changelog_X_XX_X.md')
-rw-r--r-- | changelogs/changelog_X_XX_X.md | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/changelogs/changelog_X_XX_X.md b/changelogs/changelog_X_XX_X.md index 45a8cbc44..f8a09a535 100644 --- a/changelogs/changelog_X_XX_X.md +++ b/changelogs/changelog_X_XX_X.md @@ -1,34 +1,23 @@ -# vx.xx.x - yyyy-mm-dd +# v2.xx.x - yyyy-mm-dd This is an example file. The changes should go to changelog.md! +## Changes affecting backward compatibility -## Changes affecting backwards compatibility +- `foo` now behaves differently, use `-d:nimLegacyFoo` for previous behavior. -- Example item: `Foo` changed to `Bar`. +## Standard library additions and changes +- Added `example.exampleProc`. -### Breaking changes in the standard library - - -### Breaking changes in the compiler - - -## Library additions - -## Library changes - -## Language additions - +- Changed `example.foo` to take additional `bar` parameter. ## Language changes -### Tool changes - +## Compiler changes -### Compiler changes +## Tool changes -## Bugfixes |