ColorPicker: added option to fix Saturation/Value triangle in wheel picker. Amends. (#9337)

The heat makes this week really not good with human mistakes I guess.
diff --git a/docs/CHANGELOG.txt b/docs/CHANGELOG.txt
index 4bceb3d..445432b 100644
--- a/docs/CHANGELOG.txt
+++ b/docs/CHANGELOG.txt
@@ -115,7 +115,7 @@
     Note that io.MouseSingleClickDelay is always > io.MouseDoubleClickTime.
 - ColorEdit:
   - Added `io.ConfigColorEditFlags` to read/modify current color edit/picker settings.
-  - ColorPicker: added `io.ConfigColorPickerRotateTriangle` to disable rotation of the
+  - ColorPicker: added `ImGuiColorEditFlags_PickerNoRotate` to disable rotation of the
     S/V triangle when in `ImGuiColorEditFlags_PickerHueWheel` mode. (#9337) [@SeanTheBuilder1]
     Likely best passed to `style.ColorEditFlags` to setup globally and once.
   - ColorButton: small rendering tweak/optimization for the alpha checkerboard.