atlassian-connect-descriptor 0.4.2.0 → 0.4.3.0
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Data.Connect.Descriptor: EntityPropertyEqualToJiraCondition :: JIRACondition
Files
atlassian-connect-descriptor.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.4.2.0+version: 0.4.3.0 -- A short (one-line) description of the package. synopsis: Code that helps you create a valid Atlassian Connect Descriptor.
src/Data/Connect/Conditions.hs view
@@ -112,6 +112,7 @@ data JIRACondition = CanAttachFileToIssueJiraCondition | CanManageAttachmentsJiraCondition+ | EntityPropertyEqualToJiraCondition | FeatureFlagJiraCondition | HasIssuePermissionJiraCondition | HasProjectPermissionJiraCondition -- ^ Returns true if there is a selected project and the user has project admin to it.