From 802cd0be57d4cc81e6a4ce02269571d0087c2c68 Mon Sep 17 00:00:00 2001
From: Christoph Knittel <ck@cca.io>
Date: Sat, 20 Apr 2024 16:27:55 +0200
Subject: [PATCH] Document version requirements/compatibility for Core 1.3.0

---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 4c74f4c1..e165244d 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,13 @@ ReScript's new standard library. Intended to be familiar for JavaScript develope
 
 In ReScript 11, it is shipped as a separate npm package @rescript/core that is added to your project as per the [installation instructions](https://rescript-lang.org/docs/manual/latest/installation). In future ReScript versions, it will be included with the `rescript` npm package itself.
 
-## Versioning
+## Versioning and Compatibility
 
-- Versions [`0.x`](https://github.com/rescript-association/rescript-core/tree/0.x) targets ReScript v10.1 and below.
-- Versions `1.x` targets ReScript v11 and above, and contains code that will not work with v10.1 and below.
+| @rescript/core                                                        | ReScript              |
+| --------------------------------------------------------------------- | --------------------- |
+| 1.3.0                                                                 | 11.1+, uncurried mode |
+| 1.0.0-1.2.0                                                           | 11.0+                 |
+| [0.x](https://github.com/rescript-association/rescript-core/tree/0.x) | 10.1+                 |
 
 ## Background