Skip to content

Commit 720eb1e

Browse files
committed
update README with 1.2 release info
1 parent 83893ad commit 720eb1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ This repository is dedicated to the memory of Nils Nillson who passed away in 20
1515

1616
### Release notes
1717

18+
[v1.2](https://github.com/justinhj/astar-algorithm-cpp/releases/tag/v1.2)
19+
Breaking changes! C++ 11 is now the minimum required C++ standard complicance.
20+
User is now required to provide a Hash function for their Node type. Thanks to a contribution from @btdubs the closed
21+
list is now an unordered_set and this greatly speeds up the execution time of the algorithm.
22+
Check the included demo code for examples of the Hash implementation for various Node types.
23+
1824
[v1.1](https://github.com/justinhj/astar-algorithm-cpp/releases/tag/v1.1)
1925
Code cleanup and final version that does not require C++11
2026

0 commit comments

Comments
 (0)