Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 28, 2024
1 parent ab2f70e commit 1a85725
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
### Enhancements

* `Client#list_all_deprecated_features` and `Client#list_deprecated_features_in_use`
are new functions for listing all deprecated features and only those whose use is
are new functions for listing all [deprecated features](https://www.rabbitmq.com/docs/deprecated-features) and only those whose use is
detected in the cluster.

* `Client#list_feature_flags` is a new function that lists all [feature flags](https://www.rabbitmq.com/docs/feature-flags)
in the cluster, including their state and stability.


# v0.10.0 (Dec 27, 2024)

Expand Down

0 comments on commit 1a85725

Please sign in to comment.