From 28e5defc9b3a1c8a8cb249c5cfbc03bd215b5daa Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 31 Oct 2019 16:29:32 -0500 Subject: [PATCH] Document read-the-docs in Release Notes for 6.0.1 --- documentation/RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 3ca35f6..f944530 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -2,6 +2,10 @@ This document summarizes the changes to the module between releases. +## Release 6.0.1 (EPICS 7.0.3.1, October 2019) + +* Doxygen updates and read-the-docs integration. + ## Release 6.0.0 (EPICS 7.0.3, July 2019) * Reimplement `isCompatible` methods to use a new internal validation API in order to make the implementation uniform, less repetitive and less strict.