Skip to content

Commit 4fb78e0

Browse files
msridharyuxincscoderabbitai[bot]
authored
Changelog for version 0.12.14 (#1367)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added a Version 0.12.14 entry to the changelog and preserved prior entries. * **Bug Fixes** * RequireExplicitNullMarking is now disabled by default, fixing related configuration issues. * **Chores** * Applied performance optimizations and general maintenance improvements. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Yuxin Wang <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1d43cb1 commit 4fb78e0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
Version 0.12.14
5+
---------------
6+
7+
This release fixes a bug where the new `RequireExplicitNullMarking` check was not fully disabled by default. It also includes a couple of performance optimizations to reduce NullAway overhead.
8+
9+
* Various optimizations (#1358)
10+
* Don't report matches from RequireExplicitNullMarking when run at SUGGESTION level (#1365)
11+
* Optimize methods that check for annotations on a Symbol (#1362)
12+
* Tune warning message for RequireExplicitNullMarking (#1366)
13+
* Maintenance
14+
- Fix arg concatenation bug in JMH (#1357)
15+
- Move wildcard-related tests to a separate test class (#1361)
16+
417
Version 0.12.13
518
---------------
619

0 commit comments

Comments
 (0)