Changes bookkeeping: 9556 is not in 4.11

master
Florian Angeletti 2020-06-29 11:49:37 +02:00
parent e0ec63ae21
commit 33b9b16dd7
1 changed files with 4 additions and 3 deletions

View File

@ -229,6 +229,10 @@ Working version
### Bug fixes:
- #7902, #9556: Type-checker infers recursive type, even though -rectypes is
off.
(Jacques Garrigue, report by Francois Pottier, review by Leo White)
- #8747, #9709: incorrect principality warning on functional updates of records
(Jacques Garrigue, report and review by Thomas Refis)
@ -673,9 +677,6 @@ OCaml 4.11
- #7897, #9537: Fix warning 38 for rebound extension constructors
(Leo White, review by Florian Angeletti)
- #7902, #9556: Type-checker infers recursive type, eventhough -rectypes is off.
(Jacques Garrigue, report by Francois Pottier, review by Leo White)
- #7917, #9426: Use GCC option -fexcess-precision=standard when available,
avoiding a problem with x87 excess precision in Float.round.
(Xavier Leroy, review by Sébastien Hinderer)