From 66e9e677b0f550483ebbd3eb8afd741e40398385 Mon Sep 17 00:00:00 2001 From: Piotr Spieker Date: Sat, 11 Jul 2026 22:15:24 +0200 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 13be55c8..a5e0d760 100644 --- a/README.md +++ b/README.md @@ -126,9 +126,6 @@ It's based on this demo and guides you through all important concepts: ## Installation -> **Note:** We are currently working on a new major release of the library which will include some breaking changes. -> See the corresponding [issue](https://github.com/KIT-MRT/arbitration_graphs/issues/116) and [pull request](https://github.com/KIT-MRT/arbitration_graphs/pull/123) for details and the current status. - The `arbitration_graphs` library consists of two parts - **Core** This is what it's all about – base classes for arbitrators and behavior components, implementations of various arbitration schemes, behavior verification, …