ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface JustUpdatedNotice

    A release the user has just moved onto, with the notes that shipped in it.

    interface JustUpdatedNotice {
        version: string;
        previousVersion: string;
        notes: ReleaseSection[];
    }
    Index

    Properties

    version: string

    The version now running, without a leading v.

    previousVersion: string

    The version this profile was on before, for context.

    Highlights from this build's own changelog section; never empty.