Updated changelog

This commit is contained in:
Alejandro Celaya 2022-07-25 12:34:40 +02:00
parent cd27a72982
commit 122c2fd5e6

View File

@ -16,6 +16,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
### Changed
* [#1452](https://github.com/shlinkio/shlink/issues/1452) Updated to monolog 3
* [#1485](https://github.com/shlinkio/shlink/issues/1485) Changed payload published in RabbitMQ for all visits events, in order to conform with the Async API spec.
Since this is a breaking change, also provided a new `RABBITMQ_LEGACY_VISITS_PUBLISHING=true` env var that can be provided in order to keep the old payload.
This env var is considered deprecated and will be removed in Shlink 4, when the legacy format will no longer be supported.
### Deprecated
* *Nothing*