From 1b4c794c24c8794b4cb6efb07c024fa9c1bb7d76 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Thu, 18 Apr 2019 11:15:03 -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..9bc9f9b --- /dev/null +++ b/docs/RELEASE.md @@ -0,0 +1,18 @@ +# motorOmsAsyn Releases + +## __R1-0 (2019-04-18)__ +R1-0 is a release based on the master branch. + +### Changes since motor-6-11 + +motorOmsAsyn is now a standalone module, as well as a submodule of [motor](https://github.com/epics-modules/motor) + +#### New features +* motorOmsAsyn can be built outside of the motor directory +* motorOmsAsyn has a dedicated example IOC that can be built outside of motorOmsAsyn + +#### Modifications to existing features +* None + +#### Bug fixes +* None