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
Commits
ff1a8cf1
Commit
ff1a8cf1
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
prepare changelog for release
parent
614f8ccc
No related branches found
No related tags found
1 merge request
!548
prepare changelog for release
Pipeline
#99817
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+15
-2
15 additions, 2 deletions
CHANGELOG.md
with
15 additions
and
2 deletions
CHANGELOG.md
+
15
−
2
View file @
ff1a8cf1
This file lists "large-ish" changes to the std++ Coq library, but not every
API-breaking change is listed.
## std++
master
## std++
1.10.0 (2024-04)
Coq 8.19 is newly supported by this version of std++.
The highlight of this release is the bitvector library with support for
fixed-size integers. It is distributed as a separate package,
`coq-stdpp-bitvector`
. The library is developed and maintained by Michael
Sammler.
std++ 1.10 supports Coq 8.18 and 8.19.
Coq 8.16 and 8.17 are no longer supported.
This release of std++ was managed by Ralf Jung and Robbert Krebbers, with
contributions from Mathias Adam Møller, Michael Sammler, Pierre Rousselin,
Pierre Roux, and Thibaut Pérami. Thanks a lot to everyone involved!
**Detailed list of changes:**
-
Add
`TCSimpl`
type class that is similar to
`TCEq`
but performs
`simpl`
before proving the goal by reflexivity.
...
...
@@ -38,6 +50,7 @@ Coq 8.19 is newly supported by this version of std++.
`stdpp.unstable.bitvector`
to
`stdpp.bitvector.definitions`
and from
`stdpp.unstable.bitvector_tactics`
to
`stdpp.bitvector.tactics`
. The
complete library can be imported with
`stdpp.bitvector.bitvector`
.
(by Michael Sammler)
The following
`sed`
script should perform most of the renaming
(on macOS, replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment