Skip to content

Commit

Permalink
Merge pull request #525 from informalsystems/shon/fix-change-notes
Browse files Browse the repository at this point in the history
Fix change log notes
  • Loading branch information
Shon Feder authored Feb 1, 2021
2 parents ba2d0e0 + 7a88686 commit 5ca3cdf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
30 changes: 14 additions & 16 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,23 @@
* Another change description, see #124
DO NOT LEAVE A BLANK LINE BELOW THIS PREAMBLE -->
### Feature Model Checker
### Features

* new sequential model checker that is using TransitionExecutor, see #467
* new command-line options, see #467 and the manual for details:
- choose the algorithm: `--algo=(offline|incremental)`
- pre-check, whether a transition disabled, discard the disabled transitions: `--discard-disabled`
- do not check for deadlocks: `--no-deadlock`
- pass tuning parameters in CLI: `--tune-here`
* new sequential model checker that is using TransitionExecutor, see #467
* new command-line options, see #467 and the manual for details:
* choose the algorithm: `--algo=(offline|incremental)`
* pre-check, whether a transition disabled, discard the disabled transitions: `--discard-disabled`
* do not check for deadlocks: `--no-deadlock`
* pass tuning parameters in CLI: `--tune-here`
* parsing in-comment Java-like annotations, see #226
* tracking the source of variable/constant declarations and operator
definitions in the TLA+ Parser, see #262

### Feature TLA+ Parser (SANY importer)
### Bug fixes

* parsing in-comment Java-like annotations, see #226
* tracking the source of variable/constant declarations and operator definitions, see #262

### Bugfixes

* the new sequential model checker has uncovered a bug that was not found
by the old model checker, see #467
* the new sequential model checker has uncovered a bug that was not found
by the old model checker, see #467

### Documentation

* ADR004: In-comment annotations for declarations (of constants, variables, operators)
* ADR004: In-comment annotations for declarations (of constants, variables, operators)
6 changes: 3 additions & 3 deletions script/release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ RELEASE_VERSION=${RELEASE_VERSION:-''}
PREAMBLE="<!-- NOTE:
Release notes for unreleased changes go here, following this format:
### Feature Category 1
### Features
* Change description, see #123
### Feature Category 2
### Bug fixes
* Another change description, see #124
* Some bug fix, see #124
DO NOT LEAVE A BLANK LINE BELOW THIS PREAMBLE -->"

Expand Down

0 comments on commit 5ca3cdf

Please sign in to comment.