To avoid having old PRs put changes into the wrong section of the CHANGELOG, new entries now go to the present file as discussed here.
The format is based on Keep a Changelog.
-
in
bigop.v
, added lemmaleq_prod
-
in
path.v
, added lemmasortedP
-
in
seq.v
, added statementsize_take_min
-
in
ssralg.v
- number notation in scope ring_scope, numbers such as
12
or42
are now read as12%:R
or42%:R
- number notation in scope ring_scope, numbers such as
-
in
rat.v
- Number Notation for numbers of the form
-? [0-9][0-9_]* ([.][0-9_]+)?
in scoperat_scope
(for instance 12%Q or 3.14%Q)
- Number Notation for numbers of the form
-
in
ssrint.v
- number notation in scope int_scope,
12
or-42
are now read asPosz 12
orNegz 41
- number notation in scope int_scope,
-
in
ssrint.v
- number notation in scope ring_scope, numbers such as
-12
are now read as(-12)%:~R
- number notation in scope ring_scope, numbers such as
-
in
bigop.v
, added lemmastelescope_big
,telescope_sumn
andtelescope_sumn_in
-
in
fintype.v
, added lemmasenum_ord0
,enum_ordSl
,enum_ordSr
-
in
ssrbool.v
, added lemmaall_sig2_cond
-
in
choice.v
, added coercionChoice.mixin
-
In
seq.v
, added lemmasmkseqS
,mkseq_uniqP
-
in
eqtype.v
:- notations
eqbLHS
andeqbRHS
- notations
-
in
order.v
:- notations
leLHS
,leRHS
,ltLHS
,ltRHS
- notations
-
in
ssrnat.v
:- notations
leqLHS
,leqRHS
,ltnLHS
,ltnRHS
- notations
-
in
seq.v
, added lemmasnth_seq1
,set_nthE
,count_set_nth
,count_set_nth_ltn
,count_set_nthF
-
in
rat.v
zeroq
andoneq
(hence0%Q
and1%Q
) are now the evaluation of termsfracq (0, 1)
andfracq (1, 1)
(and not the term themselves), the old and new values are convertible and can be easily converted withrewrite -[0%Q]valqK -[1%Q]valqK
-
in
order.v
- fix
[distrLatticeType of T with disp]
notation
- fix
-
in
fintype.v
enum_ordS
now a notation
- in
ssrbool.v
, renamedmono2W_in
tomono1W_in
(was misnamed).
- in
builddoc_lib.sh
:- change the sed command that removes all starred lines