summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 097055a0f..8d2658aeb 100644
--- a/Changes
+++ b/Changes
@@ -18,6 +18,8 @@ New features:
Bug fixes:
- printf: partial application is now handled properly.
+- scanf: no more spurious lookahead attempt when the end of file condition
+is set and a correct token has already been read and could be return.
Objective Caml 3.08.4:
----------------------