mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +08:00
Add notes for v6.1.0 release prep
This commit is contained in:
parent
9c28f2f180
commit
8bc7b9bfa1
@ -99,7 +99,7 @@ set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/readme.md")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/description.txt")
|
||||
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR 6)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 0)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 1)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 0)
|
||||
|
||||
set(CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval")
|
||||
|
||||
@ -76,7 +76,7 @@ static_assert(_MSC_FULL_VER >= 190024210, "Visual C++ 2015 Update 3 or later req
|
||||
|
||||
namespace chaiscript {
|
||||
static const int version_major = 6;
|
||||
static const int version_minor = 0;
|
||||
static const int version_minor = 1;
|
||||
static const int version_patch = 0;
|
||||
|
||||
static const char *compiler_version = CHAISCRIPT_COMPILER_VERSION;
|
||||
|
||||
@ -1,6 +1,17 @@
|
||||
Notes:
|
||||
=======
|
||||
Current Version: 6.0.0
|
||||
Current Version: 6.1.0
|
||||
|
||||
### Changes since 6.0.0
|
||||
|
||||
* Add namespacing support #290 @stephenberry
|
||||
* Add utf parsing support
|
||||
* cheatsheet.md updates
|
||||
* `add_class` utility support for scoped enums #306 @StanEpp
|
||||
* Parser optimizations #300 @niXman
|
||||
* Various JSON fixes #377 #400 #409 #371 @totalgee @dinghram @arcoRocks
|
||||
* Various cleanups, bugfixes and warning fixes and minor performance improvements
|
||||
* Support for C++17 compilers!
|
||||
|
||||
### Changes since 5.8.6
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user