Fixed Changelog Format
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/528edee4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/528edee4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/528edee4 Branch: refs/heads/release-3.1 Commit: 528edee4dc5de2639e814d01d6a627ef5e045c7c Parents: 0b97fee Author: DataTorrent CI <[email protected]> Authored: Thu Sep 10 18:05:50 2015 +0530 Committer: DataTorrent CI <[email protected]> Committed: Thu Sep 10 18:05:50 2015 +0530 ---------------------------------------------------------------------- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/528edee4/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0158919..af1ca53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,15 @@ Apex Changelog Version 3.1.0 ------------------------------------------------------------------------------------------------------------------------ -** Improvement - * [APEX-12] - Fix Base Operator To Not Show Name Property In App Builder - -** Bug - * [APEX-35] - Test exceptions due to missing directory in saveMetaInfo - * [APEX-36] - FSStorageAgent to account for HDFS lease when writing checkpoint files - * [APEX-37] - Container and operator json line file in StreamingContainerManager should not be appended from previous app attempt - * [APEX-43] - SchemaSupport: TUPLE_CLASS attribute should use Class2String StringCodec - * [APEX-56] - Controlled plan modification on operator shutdown +### Improvement +* [APEX-12] - Fix Base Operator To Not Show Name Property In App Builder + +### Bug +* [APEX-35] - Test exceptions due to missing directory in saveMetaInfo +* [APEX-36] - FSStorageAgent to account for HDFS lease when writing checkpoint files +* [APEX-37] - Container and operator json line file in StreamingContainerManager should not be appended from previous app attempt +* [APEX-43] - SchemaSupport: TUPLE_CLASS attribute should use Class2String StringCodec +* [APEX-56] - Controlled plan modification on operator shutdown
