Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • MAJOR version changes are made when significant new features are introduced. Usually, these new features are visible to the user, but occasionally they may just be significant improvements under the hood. Changes may include breaking changes, but if so, this will be clearly stated in the release notes.

  • MINOR version changes are made when new features or improvements (or both) are introduced, which should be fully backward-compatible.

  • PATCH versions do not include any new features or improvements, but only fixes we of what we have considered unintended behavior (commonly referred to as bugs).

...