2.0.0.dev0 (2021-05-27) #28
Locked
Colin-b
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fixed
keepachangelog.to_dict
now contains releases that have a URL but no section.keepachangelog.to_raw_dict
now contains releases that have a URL but no section.Changed
keepachangelog.to_dict
now containsuncategorized
key for each item if uncategorized information are available for the version.keepachangelog.to_dict
now containsmetadata
key whereversion
,release_date
,semantic_version
andurl
have been moved.keepachangelog.to_raw_dict
now containsmetadata
key whereversion
,release_date
,semantic_version
andurl
have been moved.keepachangelog.starlette.add_changelog_endpoint
is returning data as returned bykeepachangelog.to_dict
, the endpoint output is now modified.keepachangelog.flask_restx.add_changelog_endpoint
is returning data as returned bykeepachangelog.to_dict
, the endpoint output is now modified.Added
keepachangelog.from_dict
to create a changelog content based on a dictionary.keepachangelog.to_dict
now allows to provide any line iterable instead of only a file path.This discussion was created from the release 2.0.0.dev0 (2021-05-27).
Beta Was this translation helpful? Give feedback.
All reactions