Method: Pod::Specification::DSL::RootAttributesAccessors#changelog

Defined in:
lib/cocoapods-core/specification/root_attribute_accessors.rb

#changelogString

Returns The changelog.

Returns:

  • (String)

    The changelog.



110
111
112
# File 'lib/cocoapods-core/specification/root_attribute_accessors.rb', line 110

def changelog
  attributes_hash['changelog']
end