@@ -33,6 +33,6 @@ 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
*[#7910](https://github.com/coq/coq/issues/7910)(8.11): We can control type-checking to be more bidirectional, which helps enormously with telescopes and the like.
*[#13265](https://github.com/coq/coq/pull/13265)(8.13): using `v closed binder` for `WP` notation (and possibly other use-cases).
*[#13265](https://github.com/coq/coq/pull/13265)(8.13): using `v closed binder` for `WP` notation (and other use-cases like big-ops).
*[#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`.