From 57936a78eb0105f8efab976ea065c901610e367e Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Wed, 22 Jan 2025 19:45:55 +0000 Subject: [PATCH] release: cut the v19.2.0-next.0 release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f878898f6aa..8fcc47b1459d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# 19.2.0-next.0 (2025-01-22) +### compiler +| Commit | Type | Description | +| -- | -- | -- | +| [fe8a68329b](https://github.com/angular/angular/commit/fe8a68329b50363f914a728579392f3fc68670a6) | feat | support untagged template literals in expressions ([#59230](https://github.com/angular/angular/pull/59230)) | +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [ed705a856a](https://github.com/angular/angular/commit/ed705a856a164f91d33e2173b4f371329d07c472) | feat | detect missing structural directive imports ([#59443](https://github.com/angular/angular/pull/59443)) | +### core +| Commit | Type | Description | +| -- | -- | -- | +| [bc2ad7bfd3](https://github.com/angular/angular/commit/bc2ad7bfd37a61992b550943de5da0eab2eec98b) | feat | support streaming resources ([#59573](https://github.com/angular/angular/pull/59573)) | + + + # 19.1.3 (2025-01-22) ### compiler