From 648d9594b24c8ce466167c9e94eeb48fbb63b024 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 10 May 2025 13:57:52 +0200 Subject: [PATCH] Added missing breaking change to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c61c8e60..7f9a8f3f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Please feel free to support and create a PR in [this](https://github.com/tbnobod Generated using: `git log --date=short --pretty=format:"* %h%x09%ad%x09%s" | grep BREAKING` ```code +* 8372deaf 2025-04-18 BREAKING CHANGE: Logging newline changed from "\r\n" to "\n" * 1b637f08 2024-01-30 BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics * e1564780 2024-01-30 BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics * f0b5542c 2024-01-30 BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics