diff --git a/Changes.md b/Changes.md
index 4840b4954eb..ad5f0257dc7 100644
--- a/Changes.md
+++ b/Changes.md
@@ -2,6 +2,48 @@
## H2O
+### Vajda (3.10.5.3) - 6/30/2017
+
+Download at: http://h2o-release.s3.amazonaws.com/h2o/rel-vajda/3/index.html
+
+
+
Bug
+
+
+- [PUBDEV-4026] - Fixed an issue that resulted in "Unexpected character after column id:" warnings when parsing an SVMLight file.
+
+- [PUBDEV-4445] - h2o.predict now displays a warning if the features (columns) in the test frame do not contain those features used by the model.
+
+- [PUBDEV-4572] - The XGBoost REST API is now only registered when backend lib exists.
+
+- [PUBDEV-4595] - H2O no longer displays an error if there is a "/" in the user-supplied model name. Instead, a message will display indicating that the "/" is replaced with "_".
+
+
+
+Improvement
+
+
+- [PUBDEV-3941] - Added support for autoencoder POJOs in in the EasyPredictModelWrapper.
+
+- [PUBDEV-4269] - H2O now warns the user about the minimal required Colorama version in case of python client. Note that the current minimum version is 0.3.8.
+
+- [PUBDEV-4537] - Removed deprecation warnings from the H2O build.
+
+- [PUBDEV-4548] - Moved the initialization of XGBoost into the H2O core extension.
+
+
+
+Docs
+
+
+- [PUBDEV-4515] - Added a link to paper describing balance classes in the balance_classes parameter topic.
+
+- [PUBDEV-4610] - Removed `laplace`, `huber`, and `quantile` from list of supported distributions in the XGBoost documentation.
+
+- [PUBDEV-4612] - Add heuristics to the FAQ > General Troubleshooting topic.
+
+
+
### Vajda (3.10.5.2) - 6/19/2017
Download at: http://h2o-release.s3.amazonaws.com/h2o/rel-vajda/2/index.html