Skip to content

Commit

Permalink
close changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Aug 4, 2023
1 parent b2cb068 commit 1580c7a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Changelog

## UNRELEASED
## [1.19.0] - 04/08/2023

Requires Elpi 1.16.5 and Coq 8.18.

### APPS
- New `coercion` app providing `coercion` predicate
to program coercions (thanks @proux01).
This app is experimental.

### API:
- Removed option `@nonuniform!` as it disappears from Coq
- Removed option `@nonuniform!` as it disappears from Coq 8.18.
(c.f. https://github.com/coq/coq/pull/17716 )

## [1.18.0] - 27/07/2023

Requires Elpi 1.16.5 and Coq 8.17.
Expand Down Expand Up @@ -62,11 +70,6 @@ Requires Elpi 1.16.5 and Coq 8.17.
- `derive Inductive i {A}` now sets `A` implicit status globally
- `lock Definition f {A}` now sets `A` implicit status globally

### APPS
- New `coercion` app providing `coercion` predicate
to program coercions (requires appropriate version of Coq
with coercion hook https://github.com/coq/coq/pull/17794 )

## [1.17.1] - 09/03/2023

Requires Elpi 1.16.5 and Coq 8.17.
Expand Down

0 comments on commit 1580c7a

Please sign in to comment.