diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-04-09 02:28:05 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-04-09 02:28:05 +0000 |
commit | 4e75b40d8a96c5d51490ddea43566fe8e6d4168c (patch) | |
tree | 06358f285c713a7f05297cb7d2826319d6561683 /NEWS | |
parent | 1fedaae65b56b8548cdf2d8c26e2becece5fec07 (diff) | |
download | skalibs-4e75b40d8a96c5d51490ddea43566fe8e6d4168c.tar.xz |
Prepare for 2.12.0.0. librandom revamp.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ Changelog for skalibs. +In 2.12.0.0 +----------- + + - librandom revamped (again). + * random_init() and random_finish() removed. + * random_char() removed. + * random_string() renamed to random_buf(). + * early versions added. + + In 2.11.2.0 ----------- |