Skip to content

Commit

Permalink
Merge 022bb8a into 9233ebe
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Sep 29, 2020
2 parents 9233ebe + 022bb8a commit 97e400f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Issue - Fix Struct::Tms deprecation warnings

2.11.595 (2020-09-28)
------------------

Expand Down
1 change: 1 addition & 0 deletions aws-sdk-core/lib/aws-sdk-core/eager_loader.rb
Expand Up @@ -16,6 +16,7 @@ def initialize
def load(klass_or_module)
@loaded << klass_or_module
klass_or_module.constants.each do |const_name|
next if const_name == :Tms
path = klass_or_module.autoload?(const_name)
begin
require(path) if path
Expand Down

0 comments on commit 97e400f

Please sign in to comment.