diff options
author | Clinton Bunch <cdb_zsh@zentaur.org> | 2024-08-30 08:06:06 -0500 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2024-08-31 13:12:10 +0200 |
commit | 58bda5913007f53c91ae60cd22483dd222ea5618 (patch) | |
tree | 891af8168364b66248714320cec8793a52951799 /ChangeLog | |
parent | 06e66b6b5af3778998aef0455aaaf6dfdf7e5145 (diff) | |
download | zsh-58bda5913007f53c91ae60cd22483dd222ea5618.tar.gz zsh-58bda5913007f53c91ae60cd22483dd222ea5618.tar.xz zsh-58bda5913007f53c91ae60cd22483dd222ea5618.zip |
53056: new zsh/random module defining an SRANDOM parameter and zrand_float() and zrand_int() math functions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 753353153..51a859143 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2024-08-31 Oliver Kiddle <opk@zsh.org> + * Clinton Bunch: 53056: Completion/Zsh/Type/_module_math_func, + Doc/Makefile.in, Doc/Zsh/mod_random.yo, Src/Modules/random.c, + Src/Modules/random.mdd, Src/Modules/random_real.c, configure.ac: + new zsh/random module defining an SRANDOM parameter and + zrand_float() and zrand_int() math functions + * github #120: Semnodime: Completion/Unix/Command/_git: update _git to reflect `--recursive` being an alias |