Skip to content

Commit

Permalink
feat(maps): adds changelog hash
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan.casey <[email protected]>
  • Loading branch information
jonathan-casey committed Aug 22, 2023
1 parent aa71ccb commit 70a681c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/concerto-core/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ class MapDeclaration extends Declaration {
+ string getFullyQualifiedName()
+ ModelFile getModelFile()
+ string getName()
+ string getKey()
+ string getValue()
+ MapKeyType getKey()
+ MapValueType getValue()
+ String toString()
+ string declarationKind()
+ boolean isMapDeclaration()
Expand Down
3 changes: 3 additions & 0 deletions packages/concerto-core/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
# Note that the latest public API is documented using JSDocs and is available in api.txt.
#

Version 3.10.1 {399b057614d1178c02b744184b09f845} 2023-08-22
- Change return type for Mapdeclaration :: MapKeyType MapValueType

Version 3.10.0 {3bba55da8dbb522de132359415eb7eeb} 2023-08-11
- Add MetamodelException

Expand Down

0 comments on commit 70a681c

Please sign in to comment.