Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Merge requests
!364
std++ 1.7.0 release notes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
std++ 1.7.0 release notes
tchajed/stdpp:release-notes-1.7.0
into
master
Overview
2
Commits
2
Pipelines
2
Changes
1
Merged
Tej Chajed
requested to merge
tchajed/stdpp:release-notes-1.7.0
into
master
3 years ago
Overview
2
Commits
2
Pipelines
2
Changes
1
Expand
First step towards a release, which will help with
#129 (closed)
.
0
0
Merge request reports
Compare
master
version 1
d71ae437
3 years ago
master (base)
and
latest version
latest version
3b8caab2
2 commits,
3 years ago
version 1
d71ae437
1 commit,
3 years ago
1 file
+
8
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CHANGELOG.md
+
8
−
2
Options
This file lists "large-ish" changes to the std++ Coq library, but not every
API-breaking change is listed.
## std++
master
## std++
1.7.0 (2022-01-22)
Coq 8.10 is no longer supported by this release.
Coq 8.15 is newly supported by this release, and Coq 8.11 to 8.14 remain
supported. Coq 8.10 is no longer supported.
This release of std++ was managed by Ralf Jung, Robbert Krebbers, and Tej
Chajed, with contributions from Glen Mével, Jonas Kastberg Hinrichsen, Matthieu
Sozeau, Michael Sammler, Ralf Jung, Robbert Krebbers, and Tej Chajed. Thanks a
lot to everyone involved!
-
Add
`is_closed_term`
tactic for determining whether a term depends on variables bound
in the context. (by Michael Sammler)
Loading