From e36fc2feb61c9de4d688463766aeb991ceef71ab Mon Sep 17 00:00:00 2001 From: Justin Sternberg Date: Tue, 14 Nov 2017 11:44:18 -0500 Subject: [PATCH] Update readme to reflect the unit-tests updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1db435f..ca840fdcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. * Allow resetting cached callback results (`CMB2_Base::unset_param_callback_cache()`). * Persian translation provided by [@reza-irdev](https://github.com/reza-irdev) ([#1046](https://github.com/CMB2/CMB2/issues/1046)). * Added a `'message_cb'` box property, which allows defining a custom callback for adding options-save messages on `options-page` boxes. +* Updated many the oembed-related unit tests to more reliably test the relevant parts, and not so much the actual success of the WordPress functions. ## [2.2.5.3 - 2017-08-22][https://github.com/CMB2/CMB2/releases/tag/v2.2.5.3]