summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-09-13 10:32:09 +0700
committerGitHub <noreply@github.com>2021-09-13 10:32:09 +0700
commite89be76ebaa78d0bb003e008e8c54b2a1bcbc930 (patch)
treebd4f2177d75931446d91028cc9684991380189b9
parentefffd21c3692df73ebaa146823386a2db057c125 (diff)
downloadlibgd-e89be76ebaa78d0bb003e008e8c54b2a1bcbc930.tar.gz
Add notes about supported versions
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7493c24..229eba8 100644
--- a/README.md
+++ b/README.md
@@ -86,3 +86,9 @@ We do have CI using:
- Visual Studio
- Xcode
- MingW
+
+## Supported Versions
+
+- GD 2.3 (Branch GD-2.3) serie is in active support for bug fixes. No new additions will be added.
+- GD 2.4 (master) is the active development branch. No release date yet.
+- GD 3.0 has been started, focusing on high quality 2D Vector drawing APIs and full support of actual ARGB 32 bits/8bits or float. It is not production ready yet