From 2d64a2be4823bb36853d563090e3f27961d7c635 Mon Sep 17 00:00:00 2001 From: yusyus Date: Mon, 2 Feb 2026 23:16:40 +0300 Subject: [PATCH] docs: Mark C3.10 as NEW feature in CHANGELOG --- CHANGELOG.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bf444..feae51d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ---- - -## [2.8.0] - 2026-02-01 - -### 🚀 Major Feature Release - Enhanced Code Analysis & Documentation - -This release brings powerful new code analysis features, performance optimizations, and international API support. Special thanks to all our contributors who made this release possible! - ### Added -#### C3.10: Signal Flow Analysis for Godot Projects +#### C3.10: Signal Flow Analysis for Godot Projects (NEW) - **Complete Signal Flow Analysis System**: Analyze event-driven architectures in Godot game projects - Signal declaration extraction (`signal` keyword detection) - Connection mapping (`.connect()` calls with targets and methods)