From 6aff032c18cd782c980e6f36bad17da674e2ac3d Mon Sep 17 00:00:00 2001 From: Chris Rasmussen Date: Wed, 26 Jun 2024 12:35:11 +1000 Subject: [PATCH] Update readme.rst with correct changelog --- python/get_cluster_info_v3/readme.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/get_cluster_info_v3/readme.rst b/python/get_cluster_info_v3/readme.rst index 41f3611..5ba68c6 100755 --- a/python/get_cluster_info_v3/readme.rst +++ b/python/get_cluster_info_v3/readme.rst @@ -24,6 +24,7 @@ Chris Rasmussen, Developer Content Architect, Nutanix (Melbourne, AU) Changelog ********* +- 2024.06.26 - Removed network security rule APIs (no longer supported), added template example - 2019.07.22 - Removed all references to PDF generation and replaced with HTML generation - 2019.07.18 - Rewrote large parts for better Python readability - 2018.08.30 - Committed setup.py and Pipenv usage suggestions. Added some exception handling re PC host vs PE host. @@ -160,4 +161,4 @@ These scripts are *unofficial* and are not supported or maintained by Nutanix in In addition, please also be advised that these scripts may run and operate in ways that do not follow best practices. Please check through each script to ensure it meets your requirements. -**Changes will be required before these scripts can be used in production environments.** \ No newline at end of file +**Changes will be required before these scripts can be used in production environments.**