Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lennard Gäher
Iris
Commits
56f9d216
Commit
56f9d216
authored
Jan 07, 2021
by
Robbert Krebbers
Browse files
CHANGELOG.
parent
a361b173
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
56f9d216
...
...
@@ -196,6 +196,9 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`.
own file
[
heap_lang.class_instances
](
iris_heap_lang/class_instances.v
)
.
*
Move
`inv_head_step`
tactic and
`head_step`
auto hints (now part of new hint
database
`head_step`
) to
[
heap_lang.tactics
](
iris_heap_lang/tactics.v
)
.
*
The tactic
`wp_apply`
no longer normalizes the goal using
`wp_pures`
before
applying the given lemma. The new tactic
`wp_smart_apply`
normalizes the goal
with single
`wp_pure`
steps, as long as the lemma does not match the goal.
The following
`sed`
script helps adjust your code to the renaming (on macOS,
replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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