# Changelog All notable changes to **ComfyUI-Manager** are documented in this file. The format is based on [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html). ## [Unreleased] Security-hardening release on branch `fix/csrf-post-conversion`. Contains breaking-ish API changes for state-mutating endpoints. See **Migration notes** below before upgrading programmatic clients. ### Security - **CSRF Content-Type gate**: 18 state-mutation POST handlers (9 in `glob`, 9 in `legacy`) now reject the three CORS "simple request" Content-Types (`application/x-www-form-urlencoded`, `multipart/form-data`, `text/plain`). This closes the residual `