Searched refs:changelog (Results 1 – 2 of 2) sorted by relevance
1 # Pending changelog entry directory3 This directory contains changelog entries that have not yet been merged4 to the changelog file ([`../ChangeLog`](../ChangeLog)).6 ## What requires a changelog entry?8 Write a changelog entry if there is a user-visible change. This includes:18 We generally don't include changelog entries for:25 Until Mbed TLS 2.24.0, we required changelog entries in more cases.26 Looking at older changelog entries is good practice for how to write a27 changelog entry, but not for deciding whether to write one.46 The permitted changelog entry categories are as follows:[all …]
419 def finish_output(changelog, output_file, input_file, merged_files): argument432 changelog.write(output_temp)459 changelog = ChangeLog(input_file, TextChangelogFormat)466 changelog.add_file(input_file)467 finish_output(changelog, options.output, options.input, files_to_merge)
Completed in 4 milliseconds