From d0bb52c59edda5d691aee6719ea2eca9a3436e88 Mon Sep 17 00:00:00 2001 From: Justin Sternberg Date: Sat, 3 May 2014 16:43:37 -0400 Subject: [PATCH] Add unit testing to readme changelog --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 92f8579..4c4dfca 100644 --- a/readme.md +++ b/readme.md @@ -105,6 +105,7 @@ This script is easy to install. If you can't figure it out you probably shouldn' * Simplify `wysiwyg` escaping and allow it to be overridden via the `escape_cb` parameter. ([#491](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/491)) * Add a 'Select/Deselect all' button for the `multicheck` field type. * Add title option for [repeatable groups](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/wiki/Field-Types#group). Title field takes an optional replacement hash, "{#}" that will be replaced by the row number. +* Unit testing (the beginning). **Bug Fixes**