Skip to content

Commit

Permalink
Updated release notes for JoeStrout#4.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeStrout committed Jun 18, 2019
1 parent 775fb09 commit 5ae238c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MiniScript-Release-Notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ Version 1.4.1 (not yet released)
- The split(delim, maxCount) intrinsic now works with a delimiter of empty string; it splits on individual characters, up to the specified count. (Note that if you don't specify maxCount, then using .values would be equivalent and slightly more efficient.) {GitHub issue #1}

- Fixed a bug where hasIndex on a list would return true for any string argument {#3}.

- New list.insert(index, value) intrinsic inserts a new value into an exist in place. Also works for strings, though in that case a new string is returned (since strings are immutable). {#4}

0 comments on commit 5ae238c

Please sign in to comment.