diff --git a/Changelog.md b/Changelog.md index 2df8db9ae19a869f38b9012ab4ad6d9b343f7bd6..6d66ea1c8e0c2debf3bb4d5baed2b39666fa9c50 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # Changelog +## [2.19] - 2024-10-09 +- LSO interaction rework: Skip a playbook automatically if the inventory is empty. +- Introduction of LSOState type. +- Celery: add as Executor, cleanup. +- `promote_p_to_pe` and `update_ibgp_mesh`: add conditionals to distinguish between P and PE for the iBGP/SDP updates and PE-specific functions and logic. +- Update of unit test in `test_update_ibgp_mesh`. + ## [2.18] - 2024-10-01 - Use solo pool for Celery workers