docs: Prepare release notes for version 0.3.0

Change-Id: If0ae14cbf97ee3d9b92a3467d0b6592c10e66698
Refs: #2462, #2352, #2209
diff --git a/docs/doxygen.conf.in b/docs/doxygen.conf.in
index cc58aa6..2760b9b 100644
--- a/docs/doxygen.conf.in
+++ b/docs/doxygen.conf.in
@@ -1931,7 +1931,10 @@
 PREDEFINED             = NFD_LOG_INIT(x)= \
                          NFD_LOG_INCLASS_TEMPLATE_SPECIALIZATION_DEFINE(x,y)= \
                          NFD_LOG_INCLASS_2TEMPLATE_SPECIALIZATION_DEFINE(x,y,z)= \
-                         BOOST_STATIC_ASSERT(x)=
+                         BOOST_STATIC_ASSERT(x)= \
+                         BOOST_CONCEPT_ASSERT \
+                         BOOST_CONCEPT_REQUIRES \
+                         DECL_OVERRIDE=override
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
 # tag can be used to specify a list of macro names that should be expanded. The