diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cd5f2ec..e76b6afd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,8 @@ There have been no new bug fixes since the last stable release. - We can now write custom Nginx configuration on a per-station basis and automatically reload it on-the-fly without losing any active connections. This allows us to replace our standard `/radio/8000` web proxy URLs with - station-specific `/listen/station_name` ones, among other improvements. + station-specific `/listen/station_name` ones, among other improvements. If you are already using the + older `/radio/8000`-style URLs, those will continue to work, and we have no plans to retire them in the near future. - Since AzuraCast's services are all now accessible via `localhost`, several connections have been switched from TCP/IP to using Unix domain socket files. This not only reduces the number of used ports but improves performance.