From 0090e537fc9de87ac290be251cd75c62f2bb8d3d Mon Sep 17 00:00:00 2001 From: John Krauss Date: Wed, 13 Jul 2016 11:07:06 -0400 Subject: [PATCH] add comment-notices branch merge to NEWS.md --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 663710b..b6fced3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,6 +16,7 @@ __Improvements__ (the category covering the highest % of that polygon) * Fixtures are only loaded at the start of the unit test suite, and dropped at the end, instead of at the start/end of each individual test file +* Comment noisy NOTICEs ([#73](https://github.com/CartoDB/observatory-extension/issues/73)) 1.0.1 (2016-07-01) ---