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
!86
std++ 1.2.1 release notes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
std++ 1.2.1 release notes
ralf/release-notes
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Ralf Jung
requested to merge
ralf/release-notes
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Cc
@robbertkrebbers
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
956644ce
1 commit,
5 years ago
1 file
+
13
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CHANGELOG.md
+
13
−
0
Options
This file lists "large-ish" changes to the std++ Coq library, but not every
This file lists "large-ish" changes to the std++ Coq library, but not every
API-breaking change is listed.
API-breaking change is listed.
## std++ 1.2.1 (unreleased)
This release of std++ received contributions by Michael Sammler, Paolo
G. Giarrusso, Ralf Jung, Robbert Krebbers, and Simon Spies.
Noteworthy additions and changes:
-
`max`
and
`min`
infix notations for
`N`
and
`Z`
like we have for
`nat`
.
-
Make
`solve_ndisj`
tactic more powerful.
-
Add typeclass
`Involutive`
.
-
Improved
`naive_solver`
performance in case the goal is trivially solvable.
-
A bunch of new lemmas for list operations.
## std++ 1.2.0 (released 2019-04-26)
## std++ 1.2.0 (released 2019-04-26)
Coq 8.9 is supported by this release, but Coq 8.6 is no longer supported. Use
Coq 8.9 is supported by this release, but Coq 8.6 is no longer supported. Use
Loading