From 9313b5f233619ff77756ce3e373f70527e5af480 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sun, 27 Mar 2022 07:10:15 -0700 Subject: [PATCH] CHANGELOG entry for Record.register_type --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed95a32..bbe6c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ just standardizes what they are doing as many other providers appear to need to do so, but weren't. There was an ordering before, but it was essentially arbitrarily picked. +* Record.register_type added so that providers can register custom record + types, see [docs/records.md](docs/records.md) for more information ## v0.9.16 - 2022-03-04 - Manage the root of the problem