Skip to content

Commit

Permalink
Added CHANGELOG entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
archolewa committed Aug 31, 2016
1 parent 6b26d95 commit 3bcfb56
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,18 @@ Current
### Removed:


#### Changed:


### Changed:

[Reorganizes asynchronous package structure](https://github.com/yahoo/fili/pull/19)
* The `jobs` package is renamed to `async` and split into the following subpackages:
- `broadcastchannels` - Everything dealing with broadcast channels
- `jobs` - Everything related to `jobs`, broken into subpackages
* `jobrows` - Everything related to the content of the job metadata
* `payloads` - Everything related to building the version of the job metadata to send to the user
* `stores` - Everything related to the databases for job data
- `preresponses` - Everything related to `PreResponses`, broken into subpackages
* `stores` - Everything related to the the databases for PreResponse data
- `workflows` - Everything related to the asynchronous workflow
### Fixed:


Expand Down

0 comments on commit 3bcfb56

Please sign in to comment.