aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 14:27:30 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 14:27:30 +0200
commite16d1bafabe444b4660f417c83d96c0f2caef505 (patch)
treebe22fd7a27ad6ae670d9d5a409e0a866aeb7d94d
parent8d436c4744437e4b56d833e561613d0c9cd0fcab (diff)
downloadcowboy-e16d1bafabe444b4660f417c83d96c0f2caef505.tar.gz
cowboy-e16d1bafabe444b4660f417c83d96c0f2caef505.tar.bz2
cowboy-e16d1bafabe444b4660f417c83d96c0f2caef505.zip
Add OTP release support and versioning info to the guide
-rw-r--r--doc/src/guide/introduction.ezdoc9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/guide/introduction.ezdoc b/doc/src/guide/introduction.ezdoc
index 2e25b59..e8281de 100644
--- a/doc/src/guide/introduction.ezdoc
+++ b/doc/src/guide/introduction.ezdoc
@@ -32,11 +32,16 @@ guarantee that the experience will be safe and smooth. You are advised
to perform the necessary testing and security audits prior to deploying
on other platforms.
-Cowboy is developed for Erlang/OTP R16B+.
+Cowboy is developed for Erlang/OTP R16B01, R16B02, R16B03-1, 17.0 and
+17.1.2.
-Cowboy may be compiled on earlier Erlang versions with small source code
+Cowboy may be compiled on other Erlang versions with small source code
modifications but there is no guarantee that it will work as expected.
+:: Versioning
+
+Cowboy uses [Semantic Versioning 2.0.0](http://semver.org/).
+
:: Conventions
In the HTTP protocol, the method name is case sensitive. All standard