From 3a6204870894083846e4c3a6afcc5e2cacad4758 Mon Sep 17 00:00:00 2001 From: "J.D. Grimes" Date: Fri, 9 Dec 2016 16:05:34 -0500 Subject: [PATCH 1/2] Correct 2.5.0 release date [ci skip] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb08a8a..c6cd4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). And as you can see, we [keep a CHANGELOG](http://keepachangelog.com/). -## [2.5.0] - 2016-10-09 +## [2.5.0] - 2016-12-09 ### Added - Default config file for Grunt, with a watch task to build the autoload classmaps. (#162) - `hadActivatedModule()` method to the acceptance tester class. (#164) From 987f4c809860ada054978b6717a97aac8232a5aa Mon Sep 17 00:00:00 2001 From: "J.D. Grimes" Date: Fri, 9 Dec 2016 16:06:38 -0500 Subject: [PATCH 2/2] Avoid codesniff issues [ci skip] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6cd4ee..285af23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ And as you can see, we [keep a CHANGELOG](http://keepachangelog.com/). - Deprecated action/filter functions to the l10n validator exclude lists. - Support for placing acceptance tests that need to be run with WordPoints network-active in the `network` subdirectory. (#189) - Generic string sniffing with `codesniff-strings`, based on `grep`. - - Flags `target="_blank"`. (#187) + - Flags links with `_blank` targets. (#187) - Non-HTTPS links. (#183) - Specific strings can be added to an ignore list via `$CODESNIFF_IGNORED_STRINGS`.