Skip to content

Commit

Permalink
Update version definition for 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-t committed Dec 7, 2024
1 parent 5d21e35 commit c19931b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
21 changes: 14 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 2.9

* Added stack traits for `std::pair` (`Pair.h`).
* Added `isInstance()` function specialization for `std::array`.
* Added Meson bulid support.
* Added CMake rules for packaging.

## Version 2.8

* Added convenience `get()` function template.
Expand All @@ -14,10 +21,10 @@

* Added namespace `addFunction()` accepting `std::function` (C++11 only).
* Added class `addStaticFunction()` accepting `std::function` (C++11 only).
* Update the Doxygen documentation.
* Add brief API reference into the manual.
* Hide non-public `luabridge` members into the `detail` namespace.
* Fix stack cleanup by `LuaRef::isInstance()` method.
* Updated the Doxygen documentation.
* Added brief API reference into the manual.
* Hidden non-public `luabridge` members into the `detail` namespace.
* Fixed stack cleanup by `LuaRef::isInstance()` method.

## Version 2.5

Expand All @@ -33,7 +40,7 @@

* String stack get specialization doesn't change the stack value anymore.
* Added namespace `addProperty()` accepting C-functions.
* Introduce enableExceptions function.
* Introduced enableExceptions function.

## Version 2.3.2

Expand Down Expand Up @@ -91,8 +98,8 @@
## Version 1.1.0

* Split code up into several files.
* Add Lua table and type representations (based on Nigel's code).
* Reformat documentation as external HTML file.
* Added Lua table and type representations (based on Nigel's code).
* Reformatted documentation as external HTML file.

## Version 1.0.3

Expand Down
4 changes: 2 additions & 2 deletions Source/LuaBridge/LuaBridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//

#define LUABRIDGE_MAJOR_VERSION 2
#define LUABRIDGE_MINOR_VERSION 7
#define LUABRIDGE_VERSION 207
#define LUABRIDGE_MINOR_VERSION 9
#define LUABRIDGE_VERSION 209

#ifndef LUA_VERSION_NUM
#error "Lua headers must be included prior to LuaBridge ones"
Expand Down

0 comments on commit c19931b

Please sign in to comment.