Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Jul 12, 2024
1 parent 9a6d25a commit 42b1dbd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ allprojects {
// * any new checkers have been added, or
// * backward-incompatible changes have been made to APIs or elsewhere.
// To make a snapshot release: ./gradlew publish
version '3.42.0-eisop4-SNAPSHOT'
version '3.42.0-eisop4'

tasks.withType(JavaCompile).configureEach {
options.fork = true
Expand Down
28 changes: 14 additions & 14 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
Version 3.42.0-eisop4 (April ?, 2024)
Version 3.42.0-eisop4 (July 12, 2024)
-------------------------------------

**User-visible changes:**

**Implementation details:**

New method `GenericAnnotatedTypeFactory#addComputedTypeAnnotationsWithoutFlow(Tree, AnnotatedTypeMirror)` that sets
`useFlow` to `false` before calling `addComputedTypeAnnotations`. Subclasses should override method
`GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror)` instead.
Deprecated the `GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror, boolean)` overload.
New method `GenericAnnotatedTypeFactory#addComputedTypeAnnotationsWithoutFlow(Tree, AnnotatedTypeMirror)`
that sets `useFlow` to `false` before calling `addComputedTypeAnnotations`. Subclasses should override
method `GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror)` instead.
Deprecated the `GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror, boolean)`
overload.

Improvements in `framework-test` to more consistently handle tests that do not use
`-Anomsgtext`.
Changed the return type of `AnnotatedTypeFactory#getEnumConstructorQualifiers` from `Set<AnnotationMirror>`
to `AnnotationMirrorSet`.

Changed the return type of `AnnotatedTypeFactory#getEnumConstructorQualifiers` from `Set<AnnotationMirror>` to
`AnnotationMirrorSet`.

framework-test: Added new class `DetailedTestDiagnostic` to directly represent test diagnostics when
`-Adetailedmsgtext` is used.
framework-test:
- Improvements to more consistently handle tests that do not use `-Anomsgtext`.
- Added new class `DetailedTestDiagnostic` to directly represent test diagnostics when
`-Adetailedmsgtext` is used.

**Closed issues:**

eisop#742, eisop#777, eisop#795.


Version 3.42.0-eisop3 (March 1, 2024)
-------------------------------------
Expand Down

0 comments on commit 42b1dbd

Please sign in to comment.