From b2b3fc897d722bddc027d627a760c01d90864049 Mon Sep 17 00:00:00 2001 From: Sarah Dayan Date: Thu, 6 Feb 2020 15:19:54 +0100 Subject: [PATCH] fix: document that Vue uses semver close #930 --- src/v2/guide/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/v2/guide/installation.md b/src/v2/guide/installation.md index 35b9a014b5..4b8bf201c7 100644 --- a/src/v2/guide/installation.md +++ b/src/v2/guide/installation.md @@ -10,6 +10,10 @@ gz_size: "30.90" Vue does **not** support IE8 and below, because it uses ECMAScript 5 features that are un-shimmable in IE8. However it supports all [ECMAScript 5 compliant browsers](https://caniuse.com/#feat=es5). +### Semantic Versioning + +Vue follows [Semantic Versioning](https://semver.org/) in all its official projects for documented features and behavior. For undocumented behavior or exposed internals, changes are described in [release notes](https://github.com/vuejs/vue/releases). + ### Release Notes Latest stable version: {{vue_version}}