README.md in parse_fasta-1.9.0 vs README.md in parse_fasta-1.9.1

- old
+ new

@@ -64,9 +64,14 @@ seqs = FastaFile.open(ARGV[0]).to_hash ## Versions ## +### 1.9.1 ### + +Speed up fastQ `each_record` and `each_record_fast`. Courtesy of +[Matthew Ralston](https://github.com/MatthewRalston). + ### 1.9.0 ### Added "fast" versions of `each_record` methods (`each_record_fast`). Basically, they return sequences and quality strings as Ruby `Sring` objects instead of aa `Sequence` or `Quality`