summary refs log tree commit diff stats
path: root/changelogs/changelog_X_XX_X.md
blob: ece2702ba9bbfed20f6b3329499d98060ea9313e (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
24
25
26
27
28
29
30
31
32
33
# vx.xx.x - yyyy-mm-dd


## Changes affecting backwards compatibility

- Example item: `Foo` changed to `Bar`.


### Breaking changes in the standard library


### Breaking changes in the compiler


## Library additions
- `set[T].len` is now an alias for `set[T].card` (cardinality)

## Library changes


## Language additions


## Language changes


### Tool changes


### Compiler changes


## Bugfixes