Skip to content

Commit

Permalink
Merge pull request #11 from CiaranOMara/patch-3
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
kescobo authored May 14, 2022
2 parents d750473 + 23d5595 commit 6edb58e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Add `groupname`
- Add `hasgroupname`

## [0.1.1]
### Added
- Add option to do `T(f, ::IO)` where `{T <: AbstractFormattedIO}`. This allows a user to do e.g.
```julia
record = FASTA.Reader(GzipDecompressorStream(open(path))) do reader
first(iterate(reader))
end
```

## [1.0.0] - 2019-02-08
## [0.1.0] - 2019-02-08
### Added
- IO module.
- Automa module.
- Exceptions module.
- Testing module.
- Add numerous generic methods.

[Unreleased]: https://github.com/BioJulia/BioGenerics/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/BioJulia/BioGenerics/tree/v1.0.0
[Unreleased]: https://github.com/BioJulia/BioGenerics/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/BioJulia/BioGenerics/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/BioJulia/BioGenerics/tree/v0.1.0

0 comments on commit 6edb58e

Please sign in to comment.