Skip to content

Commit e798ab4

Browse files
authored
Merge pull request #267 from math-comp/update-changelog
Update Changelog.md
2 parents f6fec96 + fc644ba commit e798ab4

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

Changelog.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,29 @@
33
## UNRELEASED
44

55
Compatible with
6-
- Coq 8.13 with Coq-Elpi 1.10.2.
6+
- Coq 8.13 or 8.14 with Coq-Elpi 1.11.x
77

88
### General
99

10-
- Check for instances which break Forgetful Inheritance, attribute
10+
- **New** Check for instances which break Forgetful Inheritance, attribute
1111
`#[non_forgetful_inheritance]` to disable the check.
12-
- Do not impose useless universe constraints on `option` and `prod` by using
12+
- **Fix** Do not impose useless universe constraints on `option` and `prod` by using
1313
custom inductive types.
14-
- Attributes `#[primitive]` and `#[primitive_class]` for
14+
- **New** Attributes `#[primitive]` and `#[primitive_class]` for
1515
`HB.structure/mixin/factory` to generate primitive records.
16-
- `Strategy Opaque` for named mixins
17-
- Factory instances are canonically (key `Factory.sort`) instances of all
16+
- **New** `Strategy Opaque` for named mixins, improving conversion performance
17+
on generated terms
18+
- **New** Factory instances are canonically (key `Factory.sort`) instances of all
1819
the structures they can fulfill. This can be used inside proofs to provide
1920
canonical instances on a type.
20-
- Attribute `#[doc="text"]` supported by all commands and used by `HB.about`
21+
- **New** Tactic in term `HB.pack` and `HB.pack_for` taking a key `K` and a bunch of
22+
factories and building a structure instance on `K`
23+
- **New** Attribute `#[doc="text"]` supported by all commands and used by `HB.about`
24+
- **New** Attribute `#[hnf]` supported by `HB.instance`
25+
2126
### Commands
2227

23-
- `HB.locate` and `HB.about`
28+
- **New** `HB.locate` and `HB.about`
2429

2530
## [1.1.0] - 2021-03-30
2631

0 commit comments

Comments
 (0)