public final class CChangelogFilters
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Optional<CChangelog> |
upToAndIncluding(CChangelog changelog,
CVersionType version,
int count) |
public static java.util.Optional<CChangelog> upToAndIncluding(CChangelog changelog, CVersionType version, int count)
changelog - The current changelogversion - The release versioncount - The maximum number of releases to displaychangelog featuring at most count
releases up to and including version, or nothing if the changelog
does not contain versionCopyright © 2017 <code@io7m.com> http://io7m.com