diff --git a/inxi.changelog b/inxi.changelog index bb386b9..a33b528 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -65,7 +65,7 @@ clear. Also made DriveItem::drive_speed() return straight ref, not array then ref. Same for many other subs, switched to ref assignment so it's the same ref all through all the sub and return. -3. Fixed a redundant return \@$data to simply assinging to @$data ref, no return +3. Fixed a redundant return \@$data to simply assigning to @$data ref, no return needed, in DiskItem::smartctl_data(). 4. Tightened some returns of ref so that tests if good test @$ref, not $ref.