From c7ef891dbd8c9e099a9f41572d7ea5aa2b4433cd Mon Sep 17 00:00:00 2001 From: Justin Fagnani Date: Mon, 12 Sep 2022 11:55:08 -0700 Subject: [PATCH] Update changelog for PR #105 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 436a3d7..b5ac99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ https://github.com/webcomponents/custom-elements-manifest/issues/68 - Added CustomElementField that extends ClassField with the ability to describe associated attributes. Fixes https://github.com/webcomponents/custom-elements-manifest/issues/36 +- Added a `"deprecated"` field to FunctionLike objects (functions and methods) ([#105](https://github.com/webcomponents/custom-elements-manifest/pull/105)) + ### Fixed