diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2018-07-09 17:59:32 +0200 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2018-07-09 17:59:32 +0200 |
commit | 1ec3f220f345f1c090a18adbaa90c0ead61e8ed3 (patch) | |
tree | c5b0380f59cf36c9b46049f6d79c9b05212aacba /CHANGES | |
parent | 95ca27b5658c9b4da4ec67f6e922ff370eae05e5 (diff) | |
download | lanes-1ec3f220f345f1c090a18adbaa90c0ead61e8ed3.tar.gz lanes-1ec3f220f345f1c090a18adbaa90c0ead61e8ed3.tar.bz2 lanes-1ec3f220f345f1c090a18adbaa90c0ead61e8ed3.zip |
verbose_error improvements
* Fix a stack overflow when copying large tables with verbose_errors
option enabled
* Support for integer formatting in verbose errors
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 124: BGe 9-Jul-18 | ||
4 | * Fix a stack overflow when copying large tables with verbose_errors option enabled | ||
5 | * Support for integer formatting in verbose errors | ||
6 | |||
3 | CHANGE 123: BGe 2-Aug-17 | 7 | CHANGE 123: BGe 2-Aug-17 |
4 | * added support for user-provided __gc in deep userdata | 8 | * added support for user-provided __gc in deep userdata |
5 | * more complete deep userdata sample | 9 | * more complete deep userdata sample |