Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
94446fec
Commit
94446fec
authored
Dec 14, 2017
by
Robbert Krebbers
Browse files
Changelog: Do not line break in code in Markdown.
That confuses Gitlab's pretty-printer.
parent
c65984c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
94446fec
...
...
@@ -111,8 +111,8 @@ sed 's/\bPersistentP\b/Persistent/g; s/\bTimelessP\b/Timeless/g; s/\bCMRADiscret
setup Iris for your language.
*
Restore the original, stronger notion of atomicity alongside the weaker
notion. These are
`Atomic a e`
where the stuckness bit
`s`
indicates whether
expression
`e`
is weakly (
`a = WeaklyAtomic`
) or strongly
(
`a =
StronglyAtomic`
) atomic.
expression
`e`
is weakly (
`a = WeaklyAtomic`
) or strongly
(
`a =
StronglyAtomic`
) atomic.
*
Various improvements to
`solve_ndisj`
.
*
Use
`Hint Mode`
to prevent Coq from making arbitrary guesses in the presence
of evars, which often led to divergence. There are a few places where type
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment