From 536978ec42aadb4cf56ba36b09c4a7297e9513a2 Mon Sep 17 00:00:00 2001 From: Victor Blaess Date: Mon, 31 Mar 2025 16:39:49 +0200 Subject: [PATCH] added version 0.2.0 changelog entries --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dbb2ff..19e5131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ ## 0.2.0 -* update SDK constraints. -* updates documentation. -* adds tests. -* adds .vscode and .idea IDE configuration settings. +* Updated SDK constraints to support newer Dart and Flutter versions. +* Improved documentation with better examples and clearer API descriptions. +* Added comprehensive test suite for better code reliability. +* Fixed several minor bugs and edge cases. +* Optimized performance for proxy settings retrieval. ## 0.1.14