From 3aaef99bec5c387af84443faecab040fef684945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Tigerstr=C3=B6m?= Date: Thu, 22 May 2025 16:34:18 +0200 Subject: [PATCH] docs: add release notes --- release_notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release_notes.md b/release_notes.md index 38afc603..bbd376ae 100644 --- a/release_notes.md +++ b/release_notes.md @@ -18,6 +18,11 @@ This file tracks release notes for the loop client. #### Breaking Changes +* The content of the `commit_hash` field of the `GetInfo` response has been updated so that it contains the Git commit + hash the Loop binary build was based on. If the build had uncommited changes, this field will contain the most recent + commit hash, suffixed by "-dirty". +* The `Commit` part of the `--version` command output has been updated to contain the most recent git commit tag. + #### Bug Fixes #### Maintenance