Skip to content

Commit

Permalink
changelog for version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Dec 21, 2020
1 parent 20bdeba commit d110cc9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 20 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog

Last releases: [[0.3.4] - 2020-12-12](#034---2020-12-12) and [[0.3.3] - 2020-11-11](#033---2020-11-11)
Last releases: [[0.3.5] - 2020-12-21](#035---2020-12-21) and [[0.3.4] - 2020-12-12](#034---2020-12-12)

## [0.3.5] - 2020-12-21

### Added

- in `classical_sets.v`:
+ lemmas `predeqP`, `seteqP`

### Changed

- Requires:
+ MathComp >= 1.12
- in `boolp.v`:
+ lemmas `contra_not`, `contra_notT`, `contra_notN`, `contra_not_neq`, `contraPnot`
are now provided by MathComp 1.12
- in `normedtype.v`:
+ lemmas `ltr_distW`, `ler_distW` are now provided by MathComp 1.12 as lemmas
`ltr_distlC_subl` and `ler_distl_subl`
+ lemmas `maxr_real` and `bigmaxr_real` are now provided by MathComp 1.12 as
lemmas `max_real` and `bigmax_real`
+ definitions `isBOpen` and `isBClosed` are replaced by the definition `bound_side`
+ definition `Rhull` now uses `BSide` instead of `BOpen_if`

### Removed

- Drop support for MathComp 1.11
- in `topology.v`:
+ `Typeclasses Opaque fmap.`

## [0.3.4] - 2020-12-12

Expand Down
19 changes: 0 additions & 19 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,12 @@

### Added

- in `classical_sets.v`:
+ lemmas `predeqP`, `seteqP`

### Changed

- Requires:
+ MathComp >= 1.12
- in `boolp.v`:
+ lemmas `contra_not`, `contra_notT`, `contra_notN`, `contra_not_neq`, `contraPnot`
are now provided by MathComp 1.12
- in `normedtype.v`:
+ lemmas `ltr_distW`, `ler_distW` are now provided by MathComp 1.12 as lemmas
`ltr_distlC_subl` and `ler_distl_subl`
+ lemmas `maxr_real` and `bigmaxr_real` are now provided by MathComp 1.12 as
lemmas `max_real` and `bigmax_real`
+ definitions `isBOpen` and `isBClosed` are replaced by the definition `bound_side`
+ definition `Rhull` now uses `BSide` instead of `BOpen_if`

### Renamed

### Removed

- Drop support for MathComp 1.11
- Typeclasses Opaque fmap.

### Infrastructure

### Misc

0 comments on commit d110cc9

Please sign in to comment.