aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-06-10 18:25:09 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-06-27 11:53:30 +0200
commitab84e2f45e2cdf99e5c69b90b628ef6618fe880a (patch)
tree6701f92bd677e4afe242255e817163f6ca0e3ec7 /CHANGES
parent0b8c1aa84dc7200b055d45cf528a83163dfd21f8 (diff)
Fix #7723: vm_compute segfaults with universe polymorphism
Was revealing a critical bug in VM universe handling introduced in 8.5.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6ad2cc548..7ce669b1b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -88,6 +88,8 @@ Kernel
- Fix a critical bug with cofixpoints and vm_compute/native_compute (#7333).
- Fix a critical bug with inlining of polymorphic constants (#7615).
+- Fix a critical bug with universe polymorphism and vm_compute (#7723). Was
+ present since 8.5.
Notations