aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 92fd6e11d0..032c224d98 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,9 @@ Library
- Use "Coq standard" names for the properties of eq and identity
(e.g. refl_equal is now eq_refl). Support for compatibility is provided.
+- The function Compare_dec.nat_compare is now defined directly,
+ instead of relying on lt_eq_lt_dec. The earlier version is still
+ available under the name nat_compare_alt.
Changes from V8.1 to V8.2
=========================