diff options
author | narimiran <narimiran@disroot.org> | 2020-04-02 16:28:01 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-04-02 16:28:01 +0200 |
commit | 7d17cd34b8d3ef134885f9317b9799d3c5952737 (patch) | |
tree | 85e46793da3336ab89ec8147e5d9be9c8ea179e0 /changelogs/changelog_X_XX_X.md | |
parent | 8ee0771b5a10cfd083ba2eba806e5d9d9f72b234 (diff) | |
download | Nim-7d17cd34b8d3ef134885f9317b9799d3c5952737.tar.gz |
create a changelog for v1.2.0
Diffstat (limited to 'changelogs/changelog_X_XX_X.md')
-rw-r--r-- | changelogs/changelog_X_XX_X.md | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/changelogs/changelog_X_XX_X.md b/changelogs/changelog_X_XX_X.md index 45a8cbc44..48520fd44 100644 --- a/changelogs/changelog_X_XX_X.md +++ b/changelogs/changelog_X_XX_X.md @@ -1,34 +1,20 @@ -# vx.xx.x - yyyy-mm-dd +# v1.xx.x - yyyy-mm-dd This is an example file. The changes should go to changelog.md! -## Changes affecting backwards compatibility +## Standard library additions and changes -- Example item: `Foo` changed to `Bar`. - - -### Breaking changes in the standard library - - -### Breaking changes in the compiler - - -## Library additions - -## Library changes - -## Language additions +- Added `example.exampleProc`. +- Changed `example.foo` to take additional `bar` parameter. ## Language changes -### Tool changes - +## Compiler changes -### Compiler changes +## Tool changes -## Bugfixes |