Change date format in CHANGELOG.md to yyyy-mm-dd uniformly.

There were previously both dd-mm-yyyy and yyyy-mm-dd.

Change-Id: I3eb49c61bc032ff4986283bcc78e4410c0d007ac
Reviewed-on: https://dart-review.googlesource.com/69309
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
William Hesse 2018-08-10 13:42:43 +00:00
parent 2915e98de9
commit 54a5aeba4a

View file

@ -36,7 +36,7 @@
At this time we recommend to test and debug with `-O1` and to deploy with At this time we recommend to test and debug with `-O1` and to deploy with
`-O3`. `-O3`.
## 2.0.0 - 07-08-2018 ## 2.0.0 - 2018-08-07
This is the first major version release of Dart since 1.0.0, so it contains many This is the first major version release of Dart since 1.0.0, so it contains many
significant changes across all areas of the platform. Large changes include: significant changes across all areas of the platform. Large changes include:
@ -670,7 +670,7 @@ Still need entries for all changes to dart:web_audio,web_gl,web_sql since 1.x
[pub#1795]: https://github.com/dart-lang/pub/issues/1795 [pub#1795]: https://github.com/dart-lang/pub/issues/1795
[pub#1823]: https://github.com/dart-lang/pub/issues/1823 [pub#1823]: https://github.com/dart-lang/pub/issues/1823
## 1.24.3 - 14-12-2017 ## 1.24.3 - 2017-12-14
* Fix for constructing a new SecurityContext that contains the built-in * Fix for constructing a new SecurityContext that contains the built-in
certificate authority roots certificate authority roots
@ -684,7 +684,7 @@ Still need entries for all changes to dart:web_audio,web_gl,web_sql since 1.x
`SecureSocket`, `SecurityContext`, and `X509Certificate` properties and `SecureSocket`, `SecurityContext`, and `X509Certificate` properties and
methods are now supported on iOS and OSX. methods are now supported on iOS and OSX.
## 1.24.2 - 22-06-2017 ## 1.24.2 - 2017-06-22
* Fixes for debugging in Dartium. * Fixes for debugging in Dartium.
* Fix DevConsole crash with JS * Fix DevConsole crash with JS
@ -692,7 +692,7 @@ Still need entries for all changes to dart:web_audio,web_gl,web_sql since 1.x
* Fix debugging in WebStorm, NULL returned for JS objects * Fix debugging in WebStorm, NULL returned for JS objects
([issue 29854](https://github.com/dart-lang/sdk/issues/29854)). ([issue 29854](https://github.com/dart-lang/sdk/issues/29854)).
## 1.24.1 - 14-06-2017 ## 1.24.1 - 2017-06-14
* Bug fixes for dartdevc support in `pub serve`. * Bug fixes for dartdevc support in `pub serve`.
* Fixed module config invalidation logic so modules are properly * Fixed module config invalidation logic so modules are properly
@ -706,7 +706,7 @@ Still need entries for all changes to dart:web_audio,web_gl,web_sql since 1.x
* Fix for a Dartium issue where there was no sound in checked mode * Fix for a Dartium issue where there was no sound in checked mode
([issue 29810](https://github.com/dart-lang/sdk/issues/29810)). ([issue 29810](https://github.com/dart-lang/sdk/issues/29810)).
## 1.24.0 - 12-06-2017 ## 1.24.0 - 2017-06-12
### Language ### Language
* During a dynamic type check, `void` is not required to be `null` anymore. * During a dynamic type check, `void` is not required to be `null` anymore.