Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea authored Nov 29, 2021
1 parent afda8a7 commit 51c3b50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## MIToS.jl Release Notes

### Changes from v2.8.6 to v2.9.0

* New `matches` keyword argument in the `superimpose` function to determine the residues to be aligned. Thanks, @timholy!

### Changes from v2.8.1 to v2.8.6

* You can pass keyword arguments from `downloadsifts` to `download_file`.
Expand Down

2 comments on commit 51c3b50

@diegozea
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/49567

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.9.0 -m "<description of version>" 51c3b5050bb441d886a1e6581c5d95cb525a6d91
git push origin v2.9.0

Please sign in to comment.