From c229fc5f190ed26bb71c77560fcdc2bad05a5e89 Mon Sep 17 00:00:00 2001 From: Raul Date: Sun, 26 Jan 2025 18:53:58 +0100 Subject: [PATCH] Update changelog.md --- changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fda747d..a9059e5 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,10 @@ - Support `<*` and `*>` comments. (#91) - Show documentation on hover and completion. Credit to @PgBiel - Optimizations to reduce CPU usage by 6-7x. Credit to @PgBiel [More info](https://github.com/pherrymason/c3-lsp/pull/99) -- Improve syntax highlighting in function information on hovering (Credit to @PgBiel) +- Improve syntax highlighting in function information on hovering. Credit to @PgBiel +- Adds type information as well as other information to completions. Credit to @PgBiel +- Fix parsing of non-type alias def (Credit to @PgBiel) +- Improve macro handling. [More info](https://github.com/pherrymason/c3-lsp/pull/103). Credit to @PgBiel ## 0.3.3 - Support named and anonymous sub structs.