mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +08:00
Update release notes for 6.1.1
This commit is contained in:
parent
0ec4a928a6
commit
a7dae37a23
@ -5,6 +5,9 @@ Current Version: 6.1.1
|
|||||||
### Changes since 6.1.0
|
### Changes since 6.1.0
|
||||||
|
|
||||||
* Handle the returning of `&` to `*` types. This specifically comes up with `std::vector<int *>` and similar containers
|
* Handle the returning of `&` to `*` types. This specifically comes up with `std::vector<int *>` and similar containers
|
||||||
|
* Update CMake to use `LIBDIR` instead of `lib` #502 by @guoyunhe
|
||||||
|
* Add documentation for installing ChaiScript with vcpkg #500 by @grdowns
|
||||||
|
* Fix warning for implicit 'this' lambda capture in C++20 #495 by @Josh-Thompson
|
||||||
|
|
||||||
### Changes since 6.0.0
|
### Changes since 6.0.0
|
||||||
|
|
||||||
@ -18,7 +21,6 @@ Current Version: 6.1.1
|
|||||||
* Support for C++17 compilers!
|
* Support for C++17 compilers!
|
||||||
* Support for UTF8 BOM #439 @AlekMosingiewicz @MarioLiebisch
|
* Support for UTF8 BOM #439 @AlekMosingiewicz @MarioLiebisch
|
||||||
|
|
||||||
|
|
||||||
### Changes since 5.8.6
|
### Changes since 5.8.6
|
||||||
|
|
||||||
*6.0.0 is a massive rework compared to 5.x. It now requires a C++14 enabled compiler*
|
*6.0.0 is a massive rework compared to 5.x. It now requires a C++14 enabled compiler*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user