Skip to content

Release 5.12.1

Choose a tag to compare

@deankarn deankarn released this 18 Feb 06:05
· 31 commits to master since this release
a58967f

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.