aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Roux2020-03-17 19:02:54 +0100
committerPierre Roux2020-03-25 12:42:54 +0100
commit96e1be83e3c00abee576f258633663bf6f55f590 (patch)
tree33c18be104ef6be306b4f9ef66ea0c87ae6447fa
parentb2d965f87937e503c78ce78cc9cb34bbc204c016 (diff)
Update changelog
-rw-r--r--doc/changelog/03-notations/11848-nicer-decimal-printing.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/03-notations/11848-nicer-decimal-printing.rst b/doc/changelog/03-notations/11848-nicer-decimal-printing.rst
new file mode 100644
index 0000000000..1d3a390f36
--- /dev/null
+++ b/doc/changelog/03-notations/11848-nicer-decimal-printing.rst
@@ -0,0 +1,5 @@
+- **Changed:**
+ Nicer printing for decimal constants in R and Q.
+ 1.5 is now printed 1.5 rather than 15e-1.
+ (`#11848 <https://github.com/coq/coq/pull/11848>`_,
+ by Pierre Roux).