From 577fbcb73e4ba3736a2e7cf88c0df388dfc9dea5 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Thu, 18 Apr 2019 11:05:22 -0500 Subject: [PATCH] Added RELEASE.md with info about the 1-0 release --- docs/RELEASE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/RELEASE.md diff --git a/docs/RELEASE.md b/docs/RELEASE.md new file mode 100644 index 0000000..fd615fb --- /dev/null +++ b/docs/RELEASE.md @@ -0,0 +1,18 @@ +# motorAcs Releases + +## __R1-0 (2019-04-18)__ +R1-0 is a release based on the master branch. + +### Changes since motor-6-11 + +motorAcs is now a standalone module, as well as a submodule of [motor](https://github.com/epics-modules/motor) + +#### New features +* motorAcs can be built outside of the motor directory +* motorAcs has a dedicated example IOC that can be built outside of motorAcs + +#### Modifications to existing features +* None + +#### Bug fixes +* None