From 9efefad9554961d8eda8d01fb6107d5e824dc693 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 10 Oct 2019 00:57:45 -0400 Subject: [PATCH] Fix markdown formatting issue --- documentation/RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 133c823a0..7580b3a3b 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -1490,7 +1490,7 @@ written like this to prevent it from compiling: #if defined(VERSION_INT) && EPICS_VERSION_INT < VERSION_INT(3,15,0,0) # error EPICS Base R3.15.0 or later is required #endif - ``` +``` ### Added support for iocLogPrefix