diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2017-06-13 12:06:17 +0200 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2017-06-13 12:06:17 +0200 |
commit | 16a76921157fbb7b8e4363bb56744ea2f3ac1156 (patch) | |
tree | d2e0b1f2ec89f9e8bd0403362f286c98188af8ee /CHANGES | |
parent | 0371c1f79d0fae90f77eee4c911e54245bd3468c (diff) | |
download | lanes-16a76921157fbb7b8e4363bb56744ea2f3ac1156.tar.gz lanes-16a76921157fbb7b8e4363bb56744ea2f3ac1156.tar.bz2 lanes-16a76921157fbb7b8e4363bb56744ea2f3ac1156.zip |
Accept non-string error messages
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 121: BGe 13-Jun-17 | ||
4 | * no longer internally assert when an error message is not a string | ||
5 | |||
3 | CHANGE 120: BGe 5-Jun-17 | 6 | CHANGE 120: BGe 5-Jun-17 |
4 | * new API function lanes.register( "name", module) to manually register a module table after it was required | 7 | * new API function lanes.register( "name", module) to manually register a module table after it was required |
5 | * Transfering registered module tables will link the equivalent in the destination state instead of cloning it | 8 | * Transfering registered module tables will link the equivalent in the destination state instead of cloning it |