Skip to content

Commit c8bff49

Browse files
committed
update changelog
1 parent 6b98188 commit c8bff49

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

Changelog.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
# Changelog
22

3-
## [2.0.2] - 22/01/2024
3+
## [2.0.2] - 01/02/2024
44

5-
Requires Elpi 1.18.1 and Coq 8.19.
5+
Requires Elpi 1.18.2 and Coq 8.19.
66

77
### API
88
- Fix `coq.elaborate-*` does not erase the type annotation of `Let`s (regression
99
introduced in 2.0.1). This fix may introduce differences in generated names
1010
- Fix `coq.elaborate-*` are not affected anymore by printing options
1111

12+
### Commands
13+
- Fix install the right initial parsing state (the one before any synterp action
14+
is re-played)
15+
16+
### HOAS
17+
- Fix evar instantiation loss when crossing the elpi/ltac border
18+
- Fix encoding of "definitional classes" (`Class` with no record)
19+
- Fix order of implicit arguments of `Record`
20+
21+
### Misc
22+
- Change requiring `elpi` does not load primitive integers nor primitive floats
23+
24+
### Apps
25+
- TC: avoid declaring options twice (could make vscoq2 fail)
26+
1227
## [2.0.1] - 29/12/2023
1328

1429
Requires Elpi 1.18.1 and Coq 8.19.

0 commit comments

Comments
 (0)