Skip to content

Commit

Permalink
add more to CHANGELOG.md for 0.2.0a2 (won't be in actual release, who…
Browse files Browse the repository at this point in the history
…ops), make version 0.2.0a3 which is the 'fixed failing tests' version
  • Loading branch information
NickleDave committed Dec 26, 2018
1 parent c70c4a9 commit 766cbf9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0a3
### changed
- fix failing tests

## 0.2.0a2
### added
- `Segment` class, attrs-based
+ has `asdict` method (wrapper around `attrs` function)
+ has class variable `_FIELDS` which is used in any place
where we need to know how to go from `Segment` attributes to rows of
a csv file, e.g. in src/crowsetta/csv.py and in tests

### changed
- `Sequence` class is now attrs-based, has factory functions, is itself
Expand Down

0 comments on commit 766cbf9

Please sign in to comment.