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 b4300d1 commit 92d9a11Copy full SHA for 92d9a11
Changelog.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [1.3.0] - 2022-07-27
4
+
5
+Compatible with
6
+- Coq 8.15 with Coq-Elpi 1.14.x
7
+- Coq 8.16 with Coq-Elpi 1.15.x
8
9
+### General
10
11
+- **Fix** Structures can be keyd on sorts (eg `Prop`) and products (eg `T -> U`)
12
+- **New** Mixin parameters can depend on structure instances inferred using previous mixins (see [this test](tests/interleave_context.v))
13
14
## [1.2.1] - 2022-01-10
15
16
Compatible with
0 commit comments