Changes: #9113 was backported to trunk

master
Gabriel Scherer 2019-11-15 13:53:07 +01:00
parent fa3dfaa6a8
commit fc14b25989
1 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,6 @@ Working version
### Tools:
- #9113: fix the rendering of ocamldoc multi-line code blocks
in the 'man' backend.
(Gabriel Scherer, review by Florian Angeletti)
### Manual and documentation:
### Compiler user-interface and warnings:
@ -311,6 +307,10 @@ OCaml 4.10.0
(Daniel C. Bünzli, review by David Allsopp, Armaël Guéneau and
Nicolás Ojeda Bär)
- #9113: fix the rendering of ocamldoc multi-line code blocks
in the 'man' backend.
(Gabriel Scherer, review by Florian Angeletti)
### Standard library:
- #8651: add '%#F' modifier in printf to output OCaml float constants