options not optional for callbacks (#55660)

fixes #55305
This commit is contained in:
Brian Coca
2019-04-25 22:22:06 -04:00
committed by GitHub
parent c7bf3e035b
commit 05fcb8502f
2 changed files with 4 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- Now callback plugins MUST allow for setting options as deprecation period that allowed older callbacks to ignore this is over.