Skip to content

Commit 05a4d90

Browse files
committed
changelog
1 parent 0e08c69 commit 05a4d90

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ dependencies {
4949
tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml") {
5050
changeNotes.set(
5151
"""
52+
Fixes
5253
<ul>
53-
<li>Fixed https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/18</li>
54-
<li>Fixed https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/25</li>
54+
<li> Fixes a lot of issues with respect to throw expressions (also causes a thrown exception to be interpreted as Exception https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/26 )</li>
55+
<li> QuickFixes (CSense detects Throws annotation only if lambda provides callsInPlace contract https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/27) </li>
56+
<li> Method references are now resolved (method references are not marked https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/28) </li>
5557
</ul>
5658
"""
5759
)

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.1.2
2+
- Fixes a lot of issues with respect to throw expressions (also causes a thrown exception to be interpreted as Exception https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/26 )
3+
- QuickFixes (CSense detects Throws annotation only if lambda provides callsInPlace contract https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/27)
4+
- Method references are now resolved (method references are not marked https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/28)
5+
16
# 2.1.1
27
- Fixed https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/18
38
- Fixed https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/25

0 commit comments

Comments
 (0)