summary refs log tree commit diff stats
path: root/changelogs/changelog_X_XX_X.md
blob: 524599b11983e3bf817ed62acb802cfe01a4a6e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# v1.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