This is an automated email from the ASF dual-hosted git repository.

javiroman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-myriad.git


The following commit(s) were added to refs/heads/master by this push:
     new ec16f62   MYRIAD-299 Added CHANGELOG file (#132)
ec16f62 is described below

commit ec16f62abc32188872b0bffa0a18e6a2f4ba09b1
Author: OscarFM <oscarf...@gmail.com>
AuthorDate: Fri Aug 2 09:28:26 2019 +0200

     MYRIAD-299 Added CHANGELOG file (#132)
    
    * Fixed Typo
    
    * MYRIAD-299 Added CHANGELOG file
---
 CHANGELOG            | 36 ++++++++++++++++++++++++++++++++++++
 docs/how-it-works.md |  2 +-
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..8ca9f33
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,36 @@
+Release Notes - Myriad - Version 0.4.0 (WIP)
+-------------------------------------------
+This release contains the following highlights:
+
+  * [MYRIAD-180] Build should not pollute sources
+  * [MYRIAD-185] Incubator Myriad 0.1.0 Build Takes Long
+  * [MYRIAD-187] Update npm dependencies.
+  * [MYRIAD-273] Upgrade gradle version
+  * [MYRIAD-275] Upgrade front dependencies
+  * [MYRIAD-294] Add license footers to a few markdown readmes that currently 
don't have it
+  * [MYRIAD-296] Build broken by Gulp Error
+  * [MYRIAD-298] Upgrade Mesos API to 1.8.x
+  * [MYRIAD-300] Update documentation and readmes with latest version
+  * [MYRIAD-301] Make links relative in index.html
+  * [MYRIAD-302] Renaming artifacts with correct version
+
+---
+<sub>
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+<sub>
+  http://www.apache.org/licenses/LICENSE-2.0
+
+<sub>
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
diff --git a/docs/how-it-works.md b/docs/how-it-works.md
index 7260322..66cd862 100644
--- a/docs/how-it-works.md
+++ b/docs/how-it-works.md
@@ -20,7 +20,7 @@ The Mesos Slave and YARN’s Node Manager are processes that 
run on the host OS.
 /sys/fs/cgroup/cpu/mesos/node-manager-task-id/container-1
 ```
 
-The following diagram showsa node running YARN NodeManager as a Mesos Slave 
task:
+The following diagram shows a node running YARN NodeManager as a Mesos Slave 
task:
 
 ![Node](images/node.png)
 

Reply via email to