Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Oct 10, 2019
1 parent 947d465 commit 4f44b8c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.1.0] - 2019-10-10

- Cleanup of `derive.param2`, now consistent with other derivations. It now
takes an optional suffix, instead of the full name of the derived concept.
It is also uses Elpi Db to store previous derivations.
### derive.param2

- interface made consistent with other derivations: `derive.param2` takes in
input optional suffix, instead of the full name of the derived concept

- storage of previous derivations based on Elpi Db

- the derivation generates nicer types for relators over fixpoints (the new
types are convertible to the old ones, but the fixpoint is not expanded).
PR #84 by Cyril Cohen

### Documentation

- Improved documentation of `coq.typecheck`

Expand Down

0 comments on commit 4f44b8c

Please sign in to comment.