Skip to content

Commit bc0f996

Browse files
committed
Release Dafny 3.13.0
1 parent 04e381a commit bc0f996

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

RELEASE_NOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
See [docs/dev/news/](docs/dev/news/).
44

5+
# 3.13.0
6+
7+
## New features
8+
9+
- Expose non-relaxed definite assignment (`/definiteAssignment:4`) in legacy CLI (https://github.com/dafny-lang/dafny/pull/3641)
10+
11+
## Bug fixes
12+
13+
- Fix translation of Dafny FunctionHandles to Boogie (https://github.com/dafny-lang/dafny/pull/2266)
14+
15+
- To ensure that a `class` correctly implements a `trait`, we perform an override check. This check was previously faulty across `module`s, but works unconditionally now. (https://github.com/dafny-lang/dafny/pull/3479)
16+
17+
- Fixes to definite assignment and determinism options:
18+
- `--enforce-determinism` now forbids constructor-less classes
19+
- With non-relaxed definite assignment, allow auto-init fields to be uninitialized
20+
(https://github.com/dafny-lang/dafny/pull/3641)
21+
522
# 3.12.0
623

724
## New features

Source/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>3.12.0.50221<!--Version 3.12.0, year 2018+5, month 2, day 21.--></VersionPrefix>
4+
<VersionPrefix>3.13.0.50302<!--Version 3.13.0, year 2018+5, month 3, day 2.--></VersionPrefix>
55
<NoWarn>1701;1702;VSTHRD200</NoWarn>
66
</PropertyGroup>
77

docs/dev/news/2266.fix

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/dev/news/3479.fix

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/dev/news/3641.feat

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/dev/news/3641.fix

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)