From 14aa984d0117b5b8d4c491d555699a4e30e438e3 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Mon, 1 Feb 2016 13:54:40 -0800 Subject: [PATCH] Add Dependency Change to CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd241712..c1b3684f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Unreleased Changes ------------------ +* Feature - Gemfile - Replaced `rails` gem dependency with `railties` + dependency. With this change, applications that bring their own dependencies + in place of, for example, ActiveRecord, can do so with reduced bloat. + + See [related GitHub pull request #4](https://github.com/aws/aws-sdk-rails/pull/4). + 1.0.0 (2015-03-17) ------------------