Add CHANGELOG entry for fixed-size integers in VM

Change-Id: I47fd1aef8765e927899cda164ed5a3764eaaf51c
Reviewed-on: https://dart-review.googlesource.com/36080
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
This commit is contained in:
Alexander Markov 2018-01-19 21:55:40 +00:00
parent 2108fb25f8
commit 3c3c50e352

View file

@ -111,8 +111,14 @@
`little`, `big` and `host`.
### Dart VM
* Support for MIPS has been removed.
* Dart `int` is now restricted to 64 bits. On overflow, arithmetic operations wrap
around, and integer literals larger than 64 bits are not allowed.
See https://github.com/dart-lang/sdk/blob/master/docs/language/informal/int64.md
for details.
### Tool Changes
* Analyzer