pub fn parse_iter(text: &str) -> ParseIter<'_, 'static> 
Expand description

Returns an iterator over all release notes in the given text.

Unlike parse function, the returned iterator doesn’t error on duplicate release notes or empty changelog.

This function uses the default version and prefix format. If you want to use another format, consider using the Parser type instead.

See crate level documentation for changelog and version format supported by default.