aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Roux2019-03-22 10:14:31 +0100
committerPierre Roux2019-04-04 23:50:53 +0200
commit6af420bb384af0acf94028fc44ef44fd5a6fd841 (patch)
tree571da116cd02d36200f9c518a79792617dbdf85f
parent80b5007aadd2cf3b5afa74e063c80ebaef9560e1 (diff)
Update CHANGES.md
-rw-r--r--CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7f4f9a232b..36212efa76 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -72,6 +72,14 @@ Notations
- New command `String Notation` to register string syntax for custom
inductive types.
+- Numeral notations now parse decimal constants such as 1.02e+01 or
+ 10.2. Parsers added for Q and R. This should be considered as an
+ experimental feature currently.
+ Note: in -- the rare -- case when such numeral notations were used
+ in a development along with Q or R, they may have to be removed or
+ deconflicted through explicit scope annotations (1.23%Q,
+ 45.6%R,...).
+
- Various bugs have been fixed (e.g. PR #9214 on removing spurious
parentheses on abbreviations shortening a strict prefix of an application).