Skip to content

Commit

Permalink
Release Dafny 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtristan committed Mar 2, 2023
1 parent f522955 commit dea0133
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
18 changes: 18 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

# 4.0.0

## Breaking changes

- Remove deprecated countVerificationErrors option (https://github.com/dafny-lang/dafny/pull/3165)

- The default version of Z3 Dafny uses for verification is now 4.12.1. (https://github.com/dafny-lang/dafny/pull/3400)

- The default values of several options has changed in Dafny 4.0. See `--help` for details.
- `--function-syntax` changed from `3` to `4`
- `--quantifier-syntax` changed from `3` to `4`
- `--unicode-char` changed from `false` to `true`
(https://github.com/dafny-lang/dafny/pull/3623)

- The default value of the `/allocated` option is now `4`, and the option itself is deprecated. (https://github.com/dafny-lang/dafny/pull/3637)

- Compilation to Go no longer attempts to use the Dafny `string` type and the Go `string` type interchangably when calling external methods (which was buggy and unsound). (https://github.com/dafny-lang/dafny/pull/3647)

# 3.13.1

## New features
Expand Down
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>4.0.0.50302<!--Version 3.13.1, year 2018+5, month 3, day 2.--></VersionPrefix>
<VersionPrefix>4.0.0.50302<!--Version 4.0.0, year 2018+5, month 3, day 2.--></VersionPrefix>
<NoWarn>1701;1702;VSTHRD200</NoWarn>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion docs/dev/news/3165.break

This file was deleted.

1 change: 0 additions & 1 deletion docs/dev/news/3400.break

This file was deleted.

4 changes: 0 additions & 4 deletions docs/dev/news/3623.break

This file was deleted.

1 change: 0 additions & 1 deletion docs/dev/news/3637.break

This file was deleted.

1 change: 0 additions & 1 deletion docs/dev/news/3647.break

This file was deleted.

0 comments on commit dea0133

Please sign in to comment.