Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed May 15, 2024
1 parent 8a6fd4d commit f043bea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/other/MP-Test-Release-Checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Pre-release
- Check [MP-Test issue tracker](https://github.com/MATPOWER/mptest/issues)
for to do items.
- Create & checkout new `prep-for-release` branch from latest `master`.
- Release notes:
- Create `docs/relnotes/MP-Test-Release-Notes-#.#.md` document
- Update date in Copyright line in:
- `LICENSE`
- `docs/sphinx/source/conf.py`.
Expand All @@ -27,7 +29,7 @@ Pre-release
Release
-------
- Merge latest `prep-for-release` into `master`.
- Tag with version number, e.g. `7.1`.
- Tag with version number, e.g. `8.0`.
- Push `master` to GitHub.
- Publish new release on GitHub: https://github.com/MATPOWER/mptest/releases/new

Expand Down
11 changes: 8 additions & 3 deletions docs/relnotes/MP-Test-Release-Notes-8.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
What's New in MP-Test 8.0b1
---------------------------
What's New in MP-Test 8.0
-------------------------

#### Released Dec 12, 2022
#### Released May 10, 2024

Below is a summary of the changes since version 7.1 of MP-Test. See the
[`CHANGES.md`][1] file for all the gory details.
Expand All @@ -15,10 +15,15 @@ Below is a summary of the changes since version 7.1 of MP-Test. See the
the option to apply a set of string or regular expresssion replacements
before comparing.

#### New Documentation:
- New Sphinx-based [User's Manual][2] and [Reference documentation][3].

#### Other Change:
- Allow `logical` type (i.e. `true` and `false`) as second input to
`have_feature()`, as well as `numeric` type (1 and 0), to facilitate
using (`logical`) output of prior call as toggle input.


[1]: ../../CHANGES.md
[2]: https://matpower.org/doc/mptest/
[3]: https://matpower.org/doc/mptest/reference.html

0 comments on commit f043bea

Please sign in to comment.