mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Promises (first look)
Thread dropdown Small fixes
This commit is contained in:
parent
dd41d30f9b
commit
c23ba31e17
61 changed files with 12442 additions and 130 deletions
18
vendors/Q/VERSIONS.md
vendored
Normal file
18
vendors/Q/VERSIONS.md
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!-- vim:ts=4:sts=4:sw=4:et:tw=60 -->
|
||||
|
||||
This library has the following policy about versions.
|
||||
|
||||
- Presently, all planned versions have a major version number of 0.
|
||||
- The minor version number increases for every backward-incompatible
|
||||
change to a documented behavior.
|
||||
- The patch version number increases for every added feature,
|
||||
backward-incompatible changes to undocumented features, and
|
||||
bug-fixes.
|
||||
|
||||
Upon the release of a version 1.0.0, the strategy will be revised.
|
||||
|
||||
- The major version will increase for any backward-incompatible
|
||||
changes.
|
||||
- The minor version will increase for added features.
|
||||
- The patch version will increase for bug-fixes.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue