From 42c1aa5a63ee5f8c7fb88cc6c4c19f066432e228 Mon Sep 17 00:00:00 2001 From: Ignacio Quintero Date: Fri, 15 Jun 2018 10:53:48 -0700 Subject: [PATCH] Fix changelog: Move Local Serving of Models to 1.4.3 --- CHANGELOG.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 828d69f297..3c81ca055c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,14 +2,17 @@ CHANGELOG ========= +1.4.3dev +======== +* feature: Allow Local Serving of Models in S3 + + 1.4.2 ===== * bug-fix: Estimators: Fix attach for LDA * bug-fix: Estimators: allow code_location to have no key prefix * bug-fix: Local Mode: Fix s3 training data download when there is a trailing slash -* feature: Allow Local Serving of Models in S3 - 1.4.1 =====