From bc05877bf4004894dcee6239a252b009abb6abd0 Mon Sep 17 00:00:00 2001 From: Blarc Date: Sat, 8 Jun 2024 15:26:35 +0200 Subject: [PATCH] chore(docs): update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d34c727..5837340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Replace `com.aallam.openai:openai-client` with `langchain4j`. - Refactor the code with generic implementation of LLM clients that makes adding new clients easier. - Use Kotlin's coroutines to prevent blocking of EDT thread. +- Plugin now supports IDE versions 233 and higher. ### Fixed