You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/09/11 19:56:59 UTC

[2/3] incubator-apex-core git commit: Fixed Changelog Format

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 <je...@datatorrent.com>
Authored: Thu Sep 10 18:05:50 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
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