@@ -34,5 +34,6 @@ Priority [HIGH] means that this actively affects how we do things and we have no
*[#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.
*[#9058](https://github.com/coq/coq/issues/9058)(8.12): We should experiment with `Hint Mode Equiv ! : typeclass_instances`.
*[#13265](https://github.com/coq/coq/pull/13265)(8.13): using `v closed binder` for `WP` notation (and possibly other use-cases).
*[#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`.
*[#14208](https://github.com/coq/coq/pull/14208)(8.14): Warn on implicitly global `Instance`.