Skip to content

Commit

Permalink
CHANGELOG: update changelog
Browse files Browse the repository at this point in the history
Update changelog for upcoming minor release v5.2.0 and major release
v6.0.0.

Signed-off-by: Klaus Jensen <[email protected]>
  • Loading branch information
birkelund committed Aug 29, 2024
1 parent 5646700 commit db90e12
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog

## v5.0.0: (unreleased)
## v6.0.0: (unreleased)

### ``nvme_ctrl``

``nvme_pci_init`` has been deprecated and will generate a warning.

## v5.2.0: (unreleased)

### ``nvme_ctrl``

A new set of functions for keeping track of controllers has been added to the
public API. These are ``nvme_{get,add,del}_ctrl``. Please see the updated
documentation.

### Bugfixes and minor improvements

* **BUGFIX**: ``nvme_close`` will now deallocate the doorbell buffer memory.
* **Improvement**: ``nvme_close`` and ``vfio_pci_close`` will now zero their
respective structs.

## v5.0.0:

### ``nvme_rq``

Expand Down

0 comments on commit db90e12

Please sign in to comment.