Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Dec 17, 2021
1 parent cd9a2a3 commit 8759973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ allprojects {
// level (third number) if:
// * any new checkers have been added, or
// * backward-incompatible changes have been made to APIs or elsewhere.
version '3.20.1-SNAPSHOT'
version '3.21.0'

repositories {
mavenCentral()
Expand Down
7 changes: 4 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ The Checker Framework now more precisely computes the type of a switch expressio

**Implementation details:**

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

**Closed issues:**

#2373, #4934, #4977, #4979, #4987.

Version 3.20.0 (December 6, 2021)
-------------------------------
Expand Down

0 comments on commit 8759973

Please sign in to comment.