From 105f80947abbaba6166ab4e9b537e8fca87cfe7a Mon Sep 17 00:00:00 2001 From: Justin Sternberg Date: Thu, 1 Oct 2015 12:19:43 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56105ed05..99bbaa790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased][unreleased] +### Enhancements + +* New hooks which hook in after save field action: `'cmb2_save_field'` and `"cmb2_save_field_{$field_id}"`. Props [wpsmith](https://github.com/wpsmith) ([#475](https://github.com/WebDevStudios/CMB2/pull/475)). +* The "cmb2_sanitize_{$field_type}" hook now runs for every field type (not just custom types) so you can override the sanitization for all field types via a filter. + ## 2.1.2 - 2015-10-01 ### Bug Fixes