Skip to content

Commit 823ad8d

Browse files
authored
Merge pull request #312 from math-comp/changelog_035
changelog for version 0.3.5
2 parents 20bdeba + d110cc9 commit 823ad8d

File tree

2 files changed

+29
-20
lines changed

2 files changed

+29
-20
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Changelog
22

3-
Last releases: [[0.3.4] - 2020-12-12](#034---2020-12-12) and [[0.3.3] - 2020-11-11](#033---2020-11-11)
3+
Last releases: [[0.3.5] - 2020-12-21](#035---2020-12-21) and [[0.3.4] - 2020-12-12](#034---2020-12-12)
4+
5+
## [0.3.5] - 2020-12-21
6+
7+
### Added
8+
9+
- in `classical_sets.v`:
10+
+ lemmas `predeqP`, `seteqP`
11+
12+
### Changed
13+
14+
- Requires:
15+
+ MathComp >= 1.12
16+
- in `boolp.v`:
17+
+ lemmas `contra_not`, `contra_notT`, `contra_notN`, `contra_not_neq`, `contraPnot`
18+
are now provided by MathComp 1.12
19+
- in `normedtype.v`:
20+
+ lemmas `ltr_distW`, `ler_distW` are now provided by MathComp 1.12 as lemmas
21+
`ltr_distlC_subl` and `ler_distl_subl`
22+
+ lemmas `maxr_real` and `bigmaxr_real` are now provided by MathComp 1.12 as
23+
lemmas `max_real` and `bigmax_real`
24+
+ definitions `isBOpen` and `isBClosed` are replaced by the definition `bound_side`
25+
+ definition `Rhull` now uses `BSide` instead of `BOpen_if`
26+
27+
### Removed
28+
29+
- Drop support for MathComp 1.11
30+
- in `topology.v`:
31+
+ `Typeclasses Opaque fmap.`
432

533
## [0.3.4] - 2020-12-12
634

CHANGELOG_UNRELEASED.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,12 @@
44

55
### Added
66

7-
- in `classical_sets.v`:
8-
+ lemmas `predeqP`, `seteqP`
9-
107
### Changed
118

12-
- Requires:
13-
+ MathComp >= 1.12
14-
- in `boolp.v`:
15-
+ lemmas `contra_not`, `contra_notT`, `contra_notN`, `contra_not_neq`, `contraPnot`
16-
are now provided by MathComp 1.12
17-
- in `normedtype.v`:
18-
+ lemmas `ltr_distW`, `ler_distW` are now provided by MathComp 1.12 as lemmas
19-
`ltr_distlC_subl` and `ler_distl_subl`
20-
+ lemmas `maxr_real` and `bigmaxr_real` are now provided by MathComp 1.12 as
21-
lemmas `max_real` and `bigmax_real`
22-
+ definitions `isBOpen` and `isBClosed` are replaced by the definition `bound_side`
23-
+ definition `Rhull` now uses `BSide` instead of `BOpen_if`
24-
259
### Renamed
2610

2711
### Removed
2812

29-
- Drop support for MathComp 1.11
30-
- Typeclasses Opaque fmap.
31-
3213
### Infrastructure
3314

3415
### Misc

0 commit comments

Comments
 (0)