changes: file for 29660

This commit is contained in:
teor 2019-04-05 15:16:49 +10:00
parent c616f45776
commit ac269d5c30

5
changes/ticket29660 Normal file
View File

@ -0,0 +1,5 @@
o Code simplification and refactoring:
- Remove redundant return values in crypto_format, and the associated
return value checks elsewhere in the code. Make the implementations in
crypto_format consistent, and remove redundant code.
Resolves ticket 29660.