summary refs log tree commit diff stats
path: root/changelogs/changelog_X_XX_X.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changelog_X_XX_X.md')
-rw-r--r--changelogs/changelog_X_XX_X.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/changelogs/changelog_X_XX_X.md b/changelogs/changelog_X_XX_X.md
index 48520fd44..f8a09a535 100644
--- a/changelogs/changelog_X_XX_X.md
+++ b/changelogs/changelog_X_XX_X.md
@@ -1,14 +1,17 @@
-# v1.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
+
+- `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.
 
+- Changed `example.foo` to take additional `bar` parameter.
 
 ## Language changes