From 2ce98f80f7bdf2d24b4d61398532e70dea9de726 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Mon, 11 Dec 2017 03:45:11 -0500 Subject: [PATCH] [Changelog] Add assert_cfg to recently added --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc20a7..eae3fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog] and this project adheres to verification ([Simon Sapin], [#5]) ### Added +- `assert_cfg` macro that asserts that the given configuration is set - `assert_fields` macro to assert that a struct type or enum variant has a given field