Release 5.12.1
What was fixed?
Fixing Doubly Linked List Node value access.
The initial implementation required an extra copy to get the value, fixing to allow direct access.
To change the value also caused the value V to have to be a pointer, this corrects that need.