修复字节数组转float 返回类型却是double的bug

This commit is contained in:
Looly 2022-11-17 01:25:47 +08:00
parent a4e7ee5c91
commit 6445999259

View File

@ -29,6 +29,7 @@
* 【core 】 修复key为弱引用 value为强引用 会导致key无法被回收 弱引用失效问题pr#2723@Github
* 【core 】 修复BeanUtil.copyProperties 包含EnumSet 类型转换异常问题pr#2684@Github
* 【extra 】 修复Ftp.uploadFileOrDirectory上传目录错误调用错误问题issue#I5R2DE@Gitee
* 【extra 】 修复字节数组转float 返回类型却是double的bugpr#867@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.9 (2022-10-22)