Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswithers committed Feb 21, 2024
1 parent 9f43ad2 commit 9afdc82
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# CHANGELOG

## [1.0.1] - 2023-11-06

- MXGO-6326: Fixed incorrect return type from putPair
- MXGO-6191: Code merged with skeletons generated by VSID
- MXGO-6191: Updated API docs from VSID
- MXGO-6191: Regenerated unit tests

## [1.0.0] - 2023-09-21

Initial release
13 changes: 13 additions & 0 deletions docs/references/whatsnew.md
Expand Up @@ -6,6 +6,19 @@ The section provides information on the latest features, improvements, and resol
!!! note "Important"
- Items marked in <span style="color:red">**red**</span> are API changes that may impact your applications and should be reviewed before upgrading.

???+ info "v1.0.1 - What's new or changed"
## v1.0.1

**Improvements**

- Updated API doc from VoltScript Interface Designer.
- Code merged with skeletons auto-generated from VoltScript Interface Designer.

**Resolved Issues**

- <span style="color:red">There was an incorrect return type from *putPair*.</span>
<!-- <span style="color:red">Fixed incorrect return type from putPair.</span>-->

??? info "v1.0.0 - What's new or changed"
## v1.0.0

Expand Down
2 changes: 1 addition & 1 deletion src/VoltScriptCollections.vss
Expand Up @@ -1959,7 +1959,7 @@ Instead of throwing an error, e.g. for wrong content type, the method will just
@throws Map is locked
@throws If incorrect data type is passed
%END REM
Public Function putPair(content As Pair) As Boolean
Public Function putPair(content As Pair) As Long
'{{SETI_AUTHOR_CODE_putPair_implementation
Call checkLocked()

Expand Down

0 comments on commit 9afdc82

Please sign in to comment.