Skip to content

Commit e852225

Browse files
authored
fix: document that Vue uses semver (#2470)
close #930
1 parent a5df3c4 commit e852225

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/v2/guide/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ gz_size: "30.90"
1010

1111
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).
1212

13+
### Semantic Versioning
14+
15+
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).
16+
1317
### Release Notes
1418

1519
Latest stable version: {{vue_version}}

0 commit comments

Comments
 (0)