From c9989d3a07c2e4b4d142829d676380cf52b3fb2e Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Sun, 17 Nov 2024 01:59:40 +0100 Subject: [PATCH] Added hint about how stable and experimental tags works since 2.0 Fixes #526 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20aba69..af42376 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ## Tag descriptions * `latest` - most up-to-date version (may be experimental). -* `stable` - version declared stable on [factorio.com](https://www.factorio.com). +* `stable` - version declared stable on [factorio.com](https://www.factorio.com) ([FFF-435 Since 2.0 versions gets released as experimental first, once stable it will be marked as stable](https://factorio.com/blog/post/fff-435)). * `0.x` - latest version in a branch. * `0.x.y` - a specific version. * `0.x-z` - incremental fix for that version.