document commit 16003 / PR#6816

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16019 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2015-04-14 21:49:44 +00:00
parent ad504946a4
commit 5618914e0b
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ Features wishes:
- PR#6742: remove duplicate virtual_flag information from Tstr_class
- PR#6719: improve Buffer.add_channel when not enough input is available
(Simon Cruanes)
* PR#6816: reject integer and float literals followed by alphanum
(Hugo Heuzard)
- GPR#111: `(f [@taillcall]) x y` warns if `f x y` is not a tail-call
(Simon Cruanes)
- GPR#118: ocamldep -allow-approx: fallback to a lexer-based approximation