diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-29 09:17:07 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-29 09:17:07 +0200 |
commit | 80672df530bff762047134c58c061e83ba082487 (patch) | |
tree | c18b977c62b98ac154d67927a0d2e8bc56fe5358 /CHANGES | |
parent | 28c7e6b487242f76cc4a945cc462612f90caee7e (diff) | |
download | lanes-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 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 | |||
3 | CHANGE 161: BGe 15-Apr-24 | 7 | CHANGE 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 | ||