aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorHugo Herbelin2019-12-09 12:17:00 +0100
committerHugo Herbelin2020-02-18 12:09:28 +0100
commit779b8a105e3e06bde673c1abc4f918101c113fe2 (patch)
tree63c42612a834bcd44d0d3b9ac793bf638b3de765 /doc/changelog
parent5f314036e4d5c23bd68d492ab22b8859b38b5f8c (diff)
Updating reference manual and adding a change log entry.
Co-Authored-By: Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/02-specification-language/11261-master+implicit-type-used-printing.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/11261-master+implicit-type-used-printing.rst b/doc/changelog/02-specification-language/11261-master+implicit-type-used-printing.rst
new file mode 100644
index 0000000000..51818c666b
--- /dev/null
+++ b/doc/changelog/02-specification-language/11261-master+implicit-type-used-printing.rst
@@ -0,0 +1,5 @@
+- **Added:**
+ :cmd:`Implicit Types` are now taken into account for printing. To inhibit it,
+ unset the :flag:`Printing Use Implicit Types` flag
+ (`#11261 <https://github.com/coq/coq/pull/11261>`_,
+ by Hugo Herbelin, granting `#10366 <https://github.com/coq/coq/pull/10366>`_).