Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
docs: Changelog refactoring and clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Apr 14, 2020
1 parent 15d003d commit 2daaef2
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Are you opening a **BUG REPORT** or a **FEATURE REQUEST**?

13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CHANGELOG

Please add a description of your change with the relevant tags, it will be automatically prepended to the `CHANGELOG.md` file:

- feat: A new feature.
- fix: A bug fix.
- docs: Documentation only changes.
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc).
- refactor: A code change that neither fixes a bug nor adds a feature.
- perf: A code change that improves performance.
- test: Adding missing tests.
- chore: Changes to the build process or auxiliary tools and libraries such as documentation generation.

237 changes: 237 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,237 @@
# Changelog



## Version 2.2.1-rc.1 (2020-04-14)

### New Features
- Added support for DLY universal modules.
- Simple all 32 input implementation to handle Univ and BP inputs.
- MTCA EVR: FP, Univ, BP inputs; PCIe EVR: FP, Univ inputs.
- Added support for flip-flop outputs.
- Added extra univ inp to EVM event trigger src.
- Changed delay module calibration according to SY100EP196V datasheet step delay.
- Changed calib to start at 0.


### Bug Fixes
- Fix naming in mrmevrbase.template.
- Fixed not existing PINITSEQ macro in the sequence comment for evg.
- Fixed embedded EVRs dlygen width/delay not working.
- Delay modules: fixed comments with new range.
- Fixed EVR delay module support to use both channels in parallel.


### Refactoring
- Mods to MD's changes for naming convention.



### Documentation Changes
- Changelog refactoring and clean up.
- Changelog refactoring and clean up.





## Version 2.2.0-ess-rc8 (2019-11-29)









## Version 2.2.0-ess-rc7 (2019-09-25)









## Version 2.2.0-ess-rc6 (2019-08-23)









## Version 2.2.0-ess-rc5 (2018-12-13)









## Version 2.2.0-ess-rc4 (2018-11-21)









## Version 2.2.0-ess-rc3 (2018-08-20)









## Version 2.2.0-ess-rc2 (2018-06-15)









## Version 2.2.0-ess-rc1 (2018-02-21)









## Version mtca-TCLK (2018-02-21)









## Version no-forced-naming (2017-12-06)









## Version 2.2.0 (2017-09-20)









## Version 2.2.0-pre1 (2017-08-15)









## Version 2.1.0 (2016-10-24)









## Version 2.0.5 (2016-10-21)









## Version 2.0.4 (2015-05-26)









## Version 2.0.3 (2014-08-01)









## Version 2.0.2 (2013-08-23)









## Version 2.0.1 (2012-04-20)









## Version 2.0.0 (2011-10-05)









## Version 2.0b1 (2011-06-03)









0 comments on commit 2daaef2

Please sign in to comment.