Skip to content

Commit

Permalink
1.6.1 -> 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Sep 6, 2021
1 parent f291daf commit b32584f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.intellij.tasks.PatchPluginXmlTask

val projectArend = gradle.includedBuild("Arend")
group = "org.arend.lang"
version = "1.6.1"
version = "1.7.0"

plugins {
idea
Expand Down Expand Up @@ -55,7 +55,7 @@ idea {
}

intellij {
version.set("2021.2")
version.set("2021.2.1")
pluginName.set("Arend")
updateSinceUntilBuild.set(true)
instrumentCode.set(true)
Expand Down
40 changes: 39 additions & 1 deletion src/main/html/change-notes.html
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
Fixed a critical bug
Language updates:
<ul>
<li>Type synonyms</li>
<li>Arrays</li>
<li>Pattern matching in lambdas and \let expressions</li>
<li>Multiple level parameters in definitions</li>
<li>Ability to change levels in class extensions</li>
<li>Improved inference of implicit arguments of function types</li>
</ul>

Plugin updates:
<ul>
<li>New quick-fixes:
<ul>
<li>Hide import</li>
<li>Fix failed class instance inference</li>
</ul>
</li>
<li>New intentions:
<ul>
<li>Replace with short name</li>
<li>Generate function</li>
<li>Swap infix operator arguments</li>
<li>Add and Remove clarifying parentheses</li>
<li>New "Redundant parentheses" inspection</li>
<li>Better support for Prelude</li>
<li>Better support for Metas</li>
</ul>
</li>
</ul>

API:
<ul>
<li>The locale of real numbers</li>
<li>Compactness of the interval and local compactness of reals</li>
<li>Spectrum of a ring</li>
<li>Sheaves</li>
<li>rewriteEq meta</li>
</ul>

0 comments on commit b32584f

Please sign in to comment.