From 9f9a77fe00b449f617a8cfc832ee82c3d66c404b Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Thu, 14 May 2020 16:26:18 +0200 Subject: Add a changelog for 8.11.2. --- doc/sphinx/changes.rst | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'doc/sphinx') diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst index 453b8597f9..5954ded67f 100644 --- a/doc/sphinx/changes.rst +++ b/doc/sphinx/changes.rst @@ -701,6 +701,59 @@ Changes in 8.11.1 (`#11329 `_, by Hugo Herbelin, fixes `#11114 `_). +Changes in 8.11.2 +~~~~~~~~~~~~~~~~~ + +**Kernel** + +- **Fixed:** + Using :cmd:`Require` inside a section caused an anomaly when closing + the section. (`#11972 `_, by + Gaëtan Gilbert, fixing `#11783 + `_, reported by Attila + Boros). + +**Tactics** + +- **Fixed:** + Anomaly with induction schemes whose conclusion is not normalized + (`#12116 `_, + by Hugo Herbelin; fixes + `#12045 `_) +- **Fixed:** + Loss of location of some tactic errors + (`#12223 `_, + by Hugo Herbelin; fixes + `#12152 `_ and + `#12255 `_). + +**Commands and options** + +- **Changed:** + Ignore -native-compiler option when built without native compute + support. + (`#12070 `_, + by Pierre Roux). + +**CoqIDE** + +- **Changed:** + CoqIDE now uses native window frames by default on Windows. + The GTK window frames can be restored by setting the `GTK_CSD` environment variable to `1` + (`#12060 `_, + fixes `#11080 `_, + by Attila Gáspár). +- **Fixed:** + New patch presumably fixing the random Coq 8.11 segfault issue with CoqIDE completion + (`#12068 `_, + by Hugo Herbelin, presumably fixing + `#11943 `_). +- **Fixed:** + Highlighting style consistently applied to all three buffers of CoqIDE + (`#12106 `_, + by Hugo Herbelin; fixes + `#11506 `_). + Version 8.10 ------------ -- cgit v1.2.3