aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-08-16 11:57:43 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-08-16 11:57:43 +0200
commitd9009ceedf928ef9567f7b3045c46df00662c21d (patch)
tree6746aa12ec344dd52d9375b1bc4caf84ebcc81e8 /CHANGES
parentfa324f9bedcc8f05421f729e49ebd0494aeb8765 (diff)
parent3941c270d79c3e3a4be12ba260a2694e523e4229 (diff)
Merge branch 'v8.5' into v8.6
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b2113e0bf..a9942d3a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -92,6 +92,7 @@ Critical bugfix
Other bugfixes
- #4780: Induction with universe polymorphism on was creating ill-typed terms.
+- #4673: regression in setoid_rewrite, unfolding let-ins for type unification.
- #4754: Regression in setoid_rewrite, allow postponed unification problems to remain.
- #4769: Anomaly with universe polymorphic schemes defined inside sections.
- #3886: Program: duplicate obligations of mutual fixpoints
@@ -101,6 +102,8 @@ Changes from V8.5pl1 to V8.5pl2
Critical bugfix
- Checksums of .vo files dependencies were not correctly checked.
+- Unicode-to-ASCII translation was not injective, leading in a soundness bug in
+ the native compiler.
Other bugfixes