aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-04-29 09:17:07 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-04-29 09:17:07 +0200
commit80672df530bff762047134c58c061e83ba082487 (patch)
treec18b977c62b98ac154d67927a0d2e8bc56fe5358 /CHANGES
parent28c7e6b487242f76cc4a945cc462612f90caee7e (diff)
downloadlanes-3.17.0.tar.gz
lanes-3.17.0.tar.bz2
lanes-3.17.0.zip
remove uintptr_t againv3.17.0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 91849d7..d117c11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 162: BGe 29-Apr-24
4 * remove uintptr_t again. I love optional stuff in standard headers
5 * expose nil sentinel as lanes.null
6
3CHANGE 161: BGe 15-Apr-24 7CHANGE 161: BGe 15-Apr-24
4 * fix keeper state stack accumulating garbage in case of transfer errors 8 * fix keeper state stack accumulating garbage in case of transfer errors
5 9