-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace mulberry with splitmix32, fixes StoneCypher/fsl#1250
- Loading branch information
1 parent
e1ef14c
commit 1401a08
Showing
5 changed files
with
65 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
1097 merges; 186 releases | ||
1098 merges; 186 releases | ||
|
||
|
||
|
||
|
@@ -18,6 +18,21 @@ Published tags: | |
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 10/25/2023 10:58:24 AM | ||
|
||
Commit [e1ef14c5268547a18010d378267f7196e186a08c](https://github.com/StoneCypher/jssm/commit/e1ef14c5268547a18010d378267f7196e186a08c) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* silence most build warnings | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
1097 merges; 186 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md) | ||
1098 merges; 186 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md) | ||
|
||
|
||
|
||
|
@@ -18,6 +18,21 @@ Published tags: | |
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 10/25/2023 10:58:24 AM | ||
|
||
Commit [e1ef14c5268547a18010d378267f7196e186a08c](https://github.com/StoneCypher/jssm/commit/e1ef14c5268547a18010d378267f7196e186a08c) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* silence most build warnings | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
@@ -174,21 +189,4 @@ updated-dependencies: | |
- dependency-name: xml2js | ||
dependency-type: direct:development | ||
... | ||
* Signed-off-by: dependabot[bot] <[email protected]> | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
<a name="5__88__4" /> | ||
|
||
## [5.88.4] - 2/7/2023 3:52:11 PM | ||
|
||
Commit [ef4285a2699696409cfd36f3ed5b63f67f568f34](https://github.com/StoneCypher/jssm/commit/ef4285a2699696409cfd36f3ed5b63f67f568f34) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* cleanup and bumps | ||
* Signed-off-by: dependabot[bot] <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
const version : string = "5.89.3", | ||
build_time : number = 1698256594220; | ||
const version : string = "5.89.4", | ||
build_time : number = 1698257988350; | ||
|
||
export { version, build_time }; |