We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d06a0d commit de57586Copy full SHA for de57586
RELEASE_NOTES.md
@@ -1,6 +1,10 @@
1
# Upcoming
2
3
+
4
+# 3.4.2
5
6
- fix: No output when compiling to JavaScript on Windows (https://github.com/dafny-lang/dafny/pull/1824)
7
+- fix: CanCall assumptions for loop invariants (https://github.com/dafny-lang/dafny/pull/1813)
8
- fix: Behavior of the C# runtime in a concurrent setting (https://github.com/dafny-lang/dafny/pull/1780)
9
10
Source/version.cs
@@ -1,4 +1,4 @@
using System.Reflection;
-// Version 3.4.1, year 2018+4 month 2 day 15
-[assembly: AssemblyVersion("3.4.1.40215")]
-[assembly: AssemblyFileVersion("3.4.1.40215")]
+// Version 3.4.2, year 2018+4 month 2 day 21
+[assembly: AssemblyVersion("3.4.2.40221")]
+[assembly: AssemblyFileVersion("3.4.2.40221")]
0 commit comments