aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/03-notations/13840-print-prim.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/03-notations/13840-print-prim.rst')
-rw-r--r--doc/changelog/03-notations/13840-print-prim.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/changelog/03-notations/13840-print-prim.rst b/doc/changelog/03-notations/13840-print-prim.rst
new file mode 100644
index 0000000000..d6e3184662
--- /dev/null
+++ b/doc/changelog/03-notations/13840-print-prim.rst
@@ -0,0 +1,11 @@
+- **Changed:**
+ Flag :flag:`Printing Notations` no longer controls
+ whether strings and numbers are printed raw
+ (`#13840 <https://github.com/coq/coq/pull/13840>`_,
+ by Enrico Tassi).
+
+- **Added:**
+ Flag :flag:`Printing Raw Literals` to control whether
+ strings and numbers are printed raw.
+ (`#13840 <https://github.com/coq/coq/pull/13840>`_,
+ by Enrico Tassi).