1
0
Fork 0

Tweak wording a bit

pull/2189/merge
Jordi Boggiano 2014-03-31 16:33:11 +02:00
parent d97d77b656
commit 355dc67038
1 changed files with 3 additions and 3 deletions

View File

@ -82,9 +82,9 @@ including, 2.0). Since in theory there should be no backwards compatibility
breaks until 2.0, that works well. Another way of looking at it is that using breaks until 2.0, that works well. Another way of looking at it is that using
`~` specifies a minimum version, but allows the last digit specified to go up. `~` specifies a minimum version, but allows the last digit specified to go up.
> **Note:** Though `2.0-beta.1` is considered before `2.0`, a version constraint > **Note:** Though `2.0-beta.1` is strictly before `2.0`, a version constraint
> like `~1.2` would not install it. So it will install every release in the same > like `~1.2` would not install it. As said above `~1.2` only means the `.2`
> *namespace* and not in the `2.0` namespace. > can change but the `1.` part is fixed.
### Stability ### Stability