1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Changelog entry for processors

This commit is contained in:
Ross McFarland
2021-06-23 18:56:20 -07:00
parent c3f0bf677a
commit 8f3ee159c2

View File

@@ -1,3 +1,13 @@
## v0.9.13 - 2021-..-.. -
#### Noteworthy changes
* Alpha support for Processors has been added. Processors allow for hooking
into the source, target, and planing process to make nearly arbitrary changes
to data. See the [octodns/processors/](/octodns/processors) directory for
examples. The change has been designed to have no impact on the process
unless the `processors` key is present in zone configs.
## v0.9.12 - 2021-04-30 - Enough time has passed
#### Noteworthy changes