Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
fixed #754 and #239

GitOrigin-RevId: e470f5d0cf6840502eced6c236101391e32ad54c
  • Loading branch information
mplushnikov authored and intellij-monorepo-bot committed Aug 23, 2020
1 parent 9b65d97 commit c153686
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions plugins/lombok/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<ul>
<li>0.30
<ol>
<li>Provided new release build for IntelliJ 2020.2 and 2020.1</li>
<li>Fixed #771: Lombok@Data No error message when there is no default constructor in superclass</li>
<li>Fixed #754: Intention to convert explicit type to var/val or vice versa, thanks to @Sheigutn (Florian Böhm)
</li>
<li>Fixed #771: @Data No error message when there is no default constructor in superclass</li>
<li>Fixed #805: Do not use deprecated constructor injection</li>
<li>Fixed #807: Do not use ImplicitUsageProvider in GenerateConstructorAction</li>
</ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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/>\
- Provided new release build for IntelliJ 2020.2 and 2020.1<br>\
- Fixed (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/754">#754</a>): Intention to convert explicit type to var/val or vice versa, thanks to @Sheigutn (Florian Böhm)<br/>\
- Fixed (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/771">#771</a>): @Data No error message when there is no default constructor in superclass<br/>\
- Fixed (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/805">#805</a>): Do not use deprecated constructor injection <br/>\
- Fixed (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/pull/807">#807</a>): Do not use ImplicitUsageProvider in GenerateConstructorAction<br/>\
Expand Down

0 comments on commit c153686

Please sign in to comment.