From b085f453839977096d4afe866d79f8aa78d1d1fd Mon Sep 17 00:00:00 2001 From: Zach Arend Date: Fri, 6 Aug 2021 16:21:19 +0000 Subject: [PATCH] release: add luxon adapter back to the changelog. This reverts commit b922846ed7b8f678ca85b3addf4ffc04c5e24cb1, which remote material luxon adapter from the changelog. That was removed by mistake because I thought the package did not publish correctly. I confirmed on npmjs.com that we published @angular/material-luxon-adapter@12.2.0. Since it was published, we add it to the CHANGELOG. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3243b8eb9d27..a73606b363c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,13 @@ | ---------- | --------------------- | | feature | add event emitter for gm_authFailure callback ([#22953](https://github.com/angular/components/issues/22953)) ([224de73bb440e131e687cc493bc52765b3821a0a](https://github.com/angular/components/commit/224de73bb440e131e687cc493bc52765b3821a0a)) | +### material-luxon-adapter + +| | | +| ---------- | --------------------- | +| feature | add luxon date adapter ([#23167](https://github.com/angular/components/issues/23167)) ([492268a06e189accfb06354b586416a3b7a2d644](https://github.com/angular/components/commit/492268a06e189accfb06354b586416a3b7a2d644)) | + + ## 12.1.4 "tallow-wire" (2021-07-28) ### cdk