aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-05-22 11:59:43 +0200
committerPierre-Marie Pédrot2020-05-22 11:59:43 +0200
commit7e09ee64b721baf0803c5fdb91c4687fded112cb (patch)
tree9f3f691be9b0500e846fee282183d5e0975bec8c /doc/changelog
parent90389df4d03a6a6232e0372ff3efee720f85d284 (diff)
parent04e22abe4378e29671def7b4d9c7e509c58ef6b6 (diff)
Merge PR #11986: [primitive floats] Add low level printing
Ack-by: SkySkimmer Reviewed-by: ppedrot
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/03-notations/11986-float-low-level-printing.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/03-notations/11986-float-low-level-printing.rst b/doc/changelog/03-notations/11986-float-low-level-printing.rst
new file mode 100644
index 0000000000..f3d85cadc6
--- /dev/null
+++ b/doc/changelog/03-notations/11986-float-low-level-printing.rst
@@ -0,0 +1,5 @@
+- **Added:**
+ Add flag ``Printing Float`` to print primitive floats as hexadecimal
+ instead of decimal values. This is included in ``Set Printing All``.
+ (`#11986 <https://github.com/coq/coq/pull/11986>`_,
+ by Pierre Roux).