about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClinton Bunch <cdb_zsh@zentaur.org>2024-08-30 08:06:06 -0500
committerOliver Kiddle <opk@zsh.org>2024-08-31 13:12:10 +0200
commit58bda5913007f53c91ae60cd22483dd222ea5618 (patch)
tree891af8168364b66248714320cec8793a52951799 /ChangeLog
parent06e66b6b5af3778998aef0455aaaf6dfdf7e5145 (diff)
downloadzsh-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--ChangeLog6
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