Skip to content

Commit 8759973

Browse files
committed
Prep for release.
1 parent cd9a2a3 commit 8759973

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ allprojects {
9595
// level (third number) if:
9696
// * any new checkers have been added, or
9797
// * backward-incompatible changes have been made to APIs or elsewhere.
98-
version '3.20.1-SNAPSHOT'
98+
version '3.21.0'
9999

100100
repositories {
101101
mavenCentral()

docs/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ The Checker Framework now more precisely computes the type of a switch expressio
77

88
**Implementation details:**
99

10-
The dataflow framework now analyzes switch expressions and switch statements that use the new `->`
11-
case syntax. To do so, a new node, SwitchExpressionNode, was added.
10+
The dataflow framework now analyzes switch expressions and switch statements
11+
that use the new `->` case syntax. To do so, a new node, SwitchExpressionNode,
12+
was added.
1213

1314
**Closed issues:**
14-
15+
#2373, #4934, #4977, #4979, #4987.
1516

1617
Version 3.20.0 (December 6, 2021)
1718
-------------------------------

0 commit comments

Comments
 (0)