== 1.3.1 ==

- fix: add file missing from gemspec

== 1.3 ==

major changes:
- changes in GFA specification:
-- P lines: cigars field is now overlaps
-- comment lines
-- forbid +, and -, in segment names
- .rb suffix removed from bin/* scripts

minor changes:
- improved links terminology
  (normal link -> canonical; reverse link/CIGAR -> complement)
- definition of canonical link simplified

== 1.2.1 ==

- support new segment tags SH and UR
- update cheatsheet

== 1.2 ==

- merge RGFATools into the main RGFA gem

== 1.1 ==

- performance and code organization improvements
- Line code rewritten:
-- uses an Hash instead of Array for fields data
-- support lazy parsing of some field types
-- simpler code for subclasses
-- define a datatype for required fields
-- Field[Parser|Validator|Writer]
- Optfield class replaced
- use symbols instead of strings when appropriate

== 1.0.1 ==

- complete YARD documentation
- remove redundant/unused code

== 1.0 ==

- initial release
