Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Oct 30, 2019
1 parent ee8cd3c commit 488e0f5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.2.0] - 2019-10-30

### APIs

- New `coq.gr->path` to get the path components as a list of strings
- Failure of `coq.ltac1.call` is now turned into logical failure, as any
other Elpi tactic
- Fix `coq.end.add-indt` in the case of record (was not flagging the inductive
as such)
- Fix `coq.version`, wrong parsing of beta versions
- Expose `set` and `map` from Elpi 1.8 (generic data structure for ground terms)

### Documentation

- Improve reflexive tactic demo
- Fix documentation of `coq.gr->*` APIs
- `coq-HOAS.elpi`, `coq-lib.elpi` and `coq-builtin.elpi` are now installed since
they provide useful doc (but are not needed by the runtime, since they are
embedded in `elpi.vo`)

## [1.1.0] - 2019-10-10

### derive.param2
Expand Down

0 comments on commit 488e0f5

Please sign in to comment.