diff --git a/build.gradle.kts b/build.gradle.kts
index 4a324e398..3b2e843e2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ import org.jetbrains.intellij.tasks.PatchPluginXmlTask
val projectArend = gradle.includedBuild("Arend")
group = "org.arend.lang"
-version = "1.5.1"
+version = "1.6.0"
plugins {
idea
diff --git a/src/main/html/change-notes.html b/src/main/html/change-notes.html
index 418d60e46..7613f4b17 100644
--- a/src/main/html/change-notes.html
+++ b/src/main/html/change-notes.html
@@ -1,23 +1,20 @@
Language updates:
- - String literals, which can be used in meta code
- - Meta resolvers, which can be used to modify the scoping rules for meta definitions
- - \strict parameters
- - Improved performance
- - Defined metas
- - Libraries can be loaded from zip archives without unpacking
+ - Built-in finite types
+ - Default implementations
+ - Coerce to function types
+ - \coerce for fields and constructors
+ - \have declaration
+ - Dot-syntax for dynamic definitions
+ - Added more computational rules for + and - functions
Plugin updates:
- - Completion of not-imported definitions
- - Rainbow highlighting
- - arend-lib can be downloaded and upgraded from the IDE
+ - Quick fixes for "impossible elimination" and "expected constructor" errors
API:
- - Arend console, which can be used to print information in the IDE instead of stdout
- - Clauses and coclauses can be passed to metas now
- - Saving and loading of typechecker state
+ - Pattern typechecker
\ No newline at end of file