From 133350127018ef1c4901e17be92461935deb2897 Mon Sep 17 00:00:00 2001 From: alorenzen Date: Mon, 8 Jan 2018 13:20:37 -0800 Subject: [PATCH] chore(angular_ast): Update CHANGELOG and pubspec for 0.4.1. PiperOrigin-RevId: 181208829 --- angular_ast/CHANGELOG.md | 8 ++++++++ angular_ast/pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/angular_ast/CHANGELOG.md b/angular_ast/CHANGELOG.md index c47b9d70d2..d023b91041 100644 --- a/angular_ast/CHANGELOG.md +++ b/angular_ast/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.4.1 + +### Bug fixes + +- Un-escape HTML characters, such as `<`, `∑`, or `∑`, when they + appear in text. Note, we do _not_ do any un-escaping when these characters + appear inside elements. + ## 0.4.0 First stable release in a while! Going forward we'll be versioning this package diff --git a/angular_ast/pubspec.yaml b/angular_ast/pubspec.yaml index 07786f51cc..9a48a72044 100644 --- a/angular_ast/pubspec.yaml +++ b/angular_ast/pubspec.yaml @@ -2,7 +2,7 @@ name: angular_ast author: Dart Team homepage: https://github.com/dart-lang/angular description: Parser and utilities for AngularDart templates -version: 0.4.0 +version: 0.4.1 environment: sdk: '>=2.0.0-dev.3.0 <2.0.0'