Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mplushnikov committed Feb 6, 2021
1 parent aa11bac commit 3386bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions parts/pluginChanges.html
@@ -1,6 +1,7 @@
<ul>
<li>0.35
<ol>
<li>Fixed #229: Better support for onX and copyable annotations</li>
<li>Fixed IDEA-256814: Added new inspection for Spring @Qualifier annotation and missing lombok.copyableAnnotations configuration</li>
<li>Fixed IDEA-255979: Make var/val intentions available only for old Java versions < 10</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/messages/LombokBundle.properties
Expand Up @@ -169,7 +169,7 @@ daemon.donate.title=Lombok support plugin updated to v{0}
daemon.donate.content=<br/>\
Helpful? <b><a href="https://www.paypal.me/mplushnikov">Donate with PayPal</a></b><br/><br/>\
Fixes:<br/>\
- Fixed (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/XXX">#XXX</a>): <br/>\
- Fixed (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/229">#229</a>): Better support for onX and copyable annotations <br/>\
- Fixed IDEA-256814: Added new inspection for Spring @Qualifier annotation and missing lombok.copyableAnnotations configuration <br/>\
- Fixed IDEA-255979: Make var/val intentions available only for old Java versions $lt; 10 <br/>\
<br>\
Expand Down

0 comments on commit 3386bf4

Please sign in to comment.