We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82167f4 commit ce8cd97Copy full SHA for ce8cd97
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v1.3.3
2
+* resolve constructor properly if the class itself does now own a constructor (#35)
3
+
4
# v1.3.2
5
* fix mock generation for union types (#30)
6
* fix regression: existing mocks are not regenerated anymore (#29)
src/main/resources/META-INF/plugin.xml
@@ -9,6 +9,8 @@
9
10
<change-notes><![CDATA[
11
<dl>
12
+ <dt>1.3.3</dt>
13
+ <dd>resolve constructor properly if the class itself does now own a constructor (#35)</dd>
14
<dt>1.3.2</dt>
15
<dd>fix mock generation for union types (#30)</dd>
16
<dd>fix regression: existing mocks are not regenerated anymore (#29)</dd>
0 commit comments