Update coq bugs authored by Ralf Jung's avatar Ralf Jung
......@@ -33,7 +33,7 @@ Priority [HIGH] means that this actively affects how we do things and we have no
# Coq Bugs recently fixed / features recently introduced that we are not (yet) taking advantage of
* [#13265](https://github.com/coq/coq/pull/13265) (8.13): using `v closed binder` for `WP` notation (and other use-cases like big-ops).
* [#13265](https://github.com/coq/coq/pull/13265) (8.13): using `v closed binder` for `WP` notation (and other use-cases like big-ops). Unfortunately blocked by [#16042](https://github.com/coq/coq/issues/16042).
* [#13996](https://github.com/coq/coq/issues/13996) (8.14): We should be able to implement `string_to_ident` without FFI tricks or `intros_by_string`.
* [#13725](https://github.com/coq/coq/pull/13725) (8.14): `Global` on `Hint Rewrite`.
* [#13654](https://github.com/coq/coq/issues/13654) (8.14): custom entry import fixed (so we can land https://gitlab.mpi-sws.org/iris/iris/-/merge_requests/756)
......
......