docs: add changelog

This commit is contained in:
Thales Macedo Garitezi 2024-07-19 10:02:17 -03:00
parent 4d174b8678
commit d7e72808a8
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
The lists of actions and sources that depend on a given connector are now returned in the `GET /connectors` and `GET /connectors/:id` APIs.
The list of rules that depend on a given action or source is now returned in the `GET /actions`, `GET /sources`, `GET /actions/:id` and `GET /sources/:id` APIs.