Skip to content

Commit

Permalink
Merge pull request #298 from metrumresearchgroup/news-3.2.2
Browse files Browse the repository at this point in the history
NEWS.md: add entries for v3.2.2
  • Loading branch information
kyleam authored Feb 24, 2023
2 parents fd9237d + cf83638 commit fb3a008
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

# bbi 3.2.2

## Bug fixes

* The `bbi nonmem summary` check for incomplete `.lst` files (added in
v3.2.0) has been reworked to use an approach that is less
susceptible to misfires. (#294)

* `bbi nonmem run local` now invokes its shell script by calling
`bash` directly rather than relying on the shebang for compatibility
with Windows and with systems that have `bash` installed to a
different spot. (#296)

* The logic used by `bbi init` to detect the NONMEM directory was
broken on Windows. (#296)

* The bash scripts generated by `bbi nonmem run` now quote tokens when
needed. (#297)


# bbi 3.2.1

## Bug fixes
Expand Down

0 comments on commit fb3a008

Please sign in to comment.