From 3bcfb565664507926ea33eb79231eaea2cb325e7 Mon Sep 17 00:00:00 2001 From: Andrew Cholewa Date: Wed, 31 Aug 2016 11:47:34 -0500 Subject: [PATCH] Added CHANGELOG entry. --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f40e682b..a491c24d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: