Add changelog entry for alpha event system feature (#19194)

This commit is contained in:
Tom Proctor
2023-02-16 17:21:12 +00:00
committed by GitHub
parent 8f36d0daa4
commit 6984f23d94

4
changelog/19194.txt Normal file
View File

@@ -0,0 +1,4 @@
```release-note:feature
**Event System (Alpha)**: Vault has a new opt-in experimental event system. Not yet suitable for production use. Events are currently only generated on writes to the KV secrets engine, but external plugins can also be updated to start generating events.
```