From a7c03fffa42bc81b7588b8cfaac0a75b1234ecd9 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 16 Mar 2026 09:53:40 +0100 Subject: [PATCH] Update README with package name change details Clarified package name change and noted future removals. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0ce0f1b6..55b2fa066 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It comes with library view based `chartLib` and composeable `chartLibCompose` ### Packagename changed ! 🛑 During the full Kotlin conversion, -* 🛑 package name changed to `info.appdev.charting`, but there are still the old main chart classes included, but they will be removed in the future +* 🛑 package name changed to `info.appdev.charting` * 🛑 `MPPointF` in renamed to `PointF` * 🛑 `MPPointD` in renamed to `PointD` * 🛑 methods like `setSomethingEnabled(true)` are now properties like `isSomething = true`