Skip to content

Commit f9e3f81

Browse files
committed
Update changelogs
1 parent 4ba7690 commit f9e3f81

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dwds/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Replace deprecated JS code `this.__proto__` with `Object.getPrototypeOf(this)`. - [#2500](https://github.com/dart-lang/webdev/pull/2500)
66
- Migrate injected client code to `package:web`. - [#2491](https://github.com/dart-lang/webdev/pull/2491)
77
- Deprecated MetadataProvider's, CompilerOptions', SdkConfiguration's & SdkLayout's soundNullSafety. - [#2427](https://github.com/dart-lang/webdev/issues/2427)
8+
- Add load strategy and an unimplemented hot restart strategy for DDC library bundle format.
89

910
## 24.1.0
1011

frontend_server_common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.3-wip
2+
3+
- Add bootstrapping code for DDC library bundle format.
4+
15
## 0.2.2
26

37
- Start the frontend server from the AOT snapshot shipped in the Dart SDK.

0 commit comments

Comments
 (0)