MySQL Change a column ENUM value

I have a MySQL table "content" which has a column page_type of type ENUM. The ENUM values are NEWS & PRESS_RELEASE. I need to replace NEWS with FEATURED_COVERAGE: ALTER TABLE `content` CHANGE `