From fded7bb5e289daa35ea2043ed074063ebb9411ce Mon Sep 17 00:00:00 2001 From: Sokil Date: Fri, 6 Sep 2019 13:30:28 +0300 Subject: [PATCH] 0.6 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b0d26..d353623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6 (2019-09-06) + * Added support of `id` and `adId` attributes of `creative` element. + * Added ability to create own elements and attributes through custom `ElementBuilder`, see [Custom Specification Support](https://github.com/sokil/php-vast#custom-specification-support) section of manual. + ## 0.5.3 (2019-05-06) * UniversalAdId added due to VAST 4.0 specification. UniversalAdId required in response beginning with VAST 4.0 (paragraph 3.7.1)