This is an automated email from the ASF dual-hosted git repository.
vbalaji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/master by this push:
new e78ba59 Update Release notes
e78ba59 is described below
commit e78ba598c549d51a3e7ce4231acebe46f9828001
Author: Balaji Varadarajan <[email protected]>
AuthorDate: Thu Oct 3 09:11:37 2019 -0700
Update Release notes
---
RELEASE_NOTES.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 89beac2..3e356af 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -26,7 +26,9 @@ Release 0.5.0-incubating
* Bug fixes in query side integration, hive-sync, deltaStreamer, compaction,
rollbacks, restore
### Full PR List
- * **Balaji Varadarajan** HUDI-121 : Address comments during RC2 voting
+ * **Balaji Varadarajan** [HUDI-287] Address comments during review of
release candidate. Remove LICENSE and NOTICE files in hoodie child modules.
+ * **Balaji Varadarajan** [HUDI-121] Fix bugs in Release Scripts found during
RC creation
+ * **Balaji Varadarajan** [HUDI-121] : Address comments during RC2 voting
* **Bhavani Sudha Saktheeswaran** [HUDI-271] Create QuickstartUtils for
simplifying quickstart guide
* **vinoyang** [HUDI-247] Unify the re-initialization of
HoodieTableMetaClient in test for hoodie-client module (#930)
* **Balaji Varadarajan** [HUDI-279] Fix regression in Schema Evolution due
to PR-755