Home
last modified time | relevance | path

Searched refs:changelog (Results 1 – 2 of 2) sorted by relevance

/mbedtls-development/ChangeLog.d/
A D00README.md1 # Pending changelog entry directory
3 This directory contains changelog entries that have not yet been merged
4 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 a
27 changelog entry, but not for deciding whether to write one.
46 The permitted changelog entry categories are as follows:
[all …]
/mbedtls-development/scripts/
A Dassemble_changelog.py419 def finish_output(changelog, output_file, input_file, merged_files): argument
432 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