Files
xen-orchestra/CHANGELOG.unreleased.md
Julien Fontanet 7387ac2411 fix(xo-server/disk.import): fix xapi._getOrWaitObject call
Maybe related to #6282

Introduced by 5063a6982
2022-06-10 17:34:33 +02:00

814 B

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.

Enhancements

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

Bug fixes

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

  • [VDI Import] Fix this._getOrWaitObject is not a function

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
  • xo-server patch