-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
As of 3.1.4 if rainfall is an array field then:
>> a.rainfall
[319, 168, 164, 206, 278, 244, 249, 243, 307, 332, 370, 352]
>> a.rainfall[1]=1000
1000
>> a.changes
{}
But 'changes' are changed if you modify a hash inplace. So it would be great if arrays are possible to be edited inplace too.