diff --git a/README.md b/README.md index fc2e4b06..3ef860be 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,15 @@ The Liquidity language provides the following features: * High-level types: types like sum-types and record-types can be defined and used in Liquidity programs. +Branches +-------- + +The `master` branch contains the latest stable release. The `next` +branch contains the upcoming version: the language on the `next` +branch is for experimentation, and features may be modified before the +next release. + + Documentation -------------