Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.4 KB

CHANGELOG.unreleased.md

File metadata and controls

45 lines (32 loc) · 1.4 KB

This file contains all changes that have not been released yet.

Keep in mind the changelog is addressed to users and should be understandable by them.

Security

Security fixes and new features should go in this section

Enhancements

Users must be able to say: “Nice enhancement, I'm eager to test it”

  • Ignore leading and trailing spaces when editing VM/Pools/Hosts/SRs names and descriptions (PR #8115)
  • [VM/Advanced] in Nested virtualization section, add warning tooltip and link to documentation (PR #8107)

Bug fixes

Users must be able to say: “I had this issue, happy to know it's fixed”

  • [Backup/CBT] use asynchronous method to list changed block, reducing the number of fall back to full backup

Packages to release

When modifying a package, add it here with its release type.

The format is the following: - $packageName $releaseType

Where $releaseType is

  • patch: if the change is a bug fix or a simple code improvement
  • minor: if the change is a new feature
  • major: if the change breaks compatibility

Keep this list alphabetically ordered to avoid merge conflicts

  • @xen-orchestra/log minor
  • @xen-orchestra/web patch
  • @xen-orchestra/web-core minor
  • @xen-orchestra/xapi patch
  • xo-web minor