From 700855b5f6dea0b0212a0eb7b7271bdfe928ecdb Mon Sep 17 00:00:00 2001 From: Kevin Peterson Date: Wed, 12 Apr 2023 12:55:35 -0500 Subject: [PATCH] Updated documentation for R1-1 --- docs/RELEASE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index c654626..5a4501b 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,5 +1,23 @@ # motorNPoint Releases +## __R1-1 (2023-04-12)__ +R1-1 is a release based on the master branch. + +### Changes since R1-0-1 + +#### New features +* Pull request [#1](https://github.com/epics-motor/motorNPoint/pull/1): [Diego Omitto](https://github.com/domitto) added support for the nPoint LC400 controller + +#### Modifications to existing features +* None + +#### Bug fixes +* Pull request [#3](https://github.com/epics-motor/motorNPoint/pull/3): [Diego Omitto](https://github.com/domitto) fixed an off-by-one error on WAV_DELAY when calculating velocity + +#### Continuous integration +* Added ci-scripts (v3.0.1) +* Configured to use Github Actions for CI + ## __R1-0-1 (2020-05-11)__ R1-0-1 is a release based on the master branch.