update CHANGELOG.md for gcd

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1204883002.
This commit is contained in:
Regis Crelier 2015-06-23 14:44:48 -07:00
parent 05988c71f4
commit 034497033f

View file

@ -19,6 +19,8 @@
[r45334](https://code.google.com/p/dart/source/detail?r=45334)
* `Map` added an `unmodifiable` constructor.
[r45733](https://code.google.com/p/dart/source/detail?r=45733)
* `int` added a `gcd` method.
[a192ef4](https://github.com/dart-lang/sdk/commit/a192ef4acb95fad1aad1887f59eed071eb5e8201)
* `int` added a `modInverse` method.
[f6f338c](https://github.com/dart-lang/sdk/commit/f6f338ce67eb8801b350417baacf6d3681b26002)
* `StackTrace` added a `fromString` constructor.