Skip to content

Commit c19931b

Browse files
committed
Update version definition for 2.9
1 parent 5d21e35 commit c19931b

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

CHANGES.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 2.9
2+
3+
* Added stack traits for `std::pair` (`Pair.h`).
4+
* Added `isInstance()` function specialization for `std::array`.
5+
* Added Meson bulid support.
6+
* Added CMake rules for packaging.
7+
18
## Version 2.8
29

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

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

2229
## Version 2.5
2330

@@ -33,7 +40,7 @@
3340

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

3845
## Version 2.3.2
3946

@@ -91,8 +98,8 @@
9198
## Version 1.1.0
9299

93100
* Split code up into several files.
94-
* Add Lua table and type representations (based on Nigel's code).
95-
* Reformat documentation as external HTML file.
101+
* Added Lua table and type representations (based on Nigel's code).
102+
* Reformatted documentation as external HTML file.
96103

97104
## Version 1.0.3
98105

Source/LuaBridge/LuaBridge.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
//
1212

1313
#define LUABRIDGE_MAJOR_VERSION 2
14-
#define LUABRIDGE_MINOR_VERSION 7
15-
#define LUABRIDGE_VERSION 207
14+
#define LUABRIDGE_MINOR_VERSION 9
15+
#define LUABRIDGE_VERSION 209
1616

1717
#ifndef LUA_VERSION_NUM
1818
#error "Lua headers must be included prior to LuaBridge ones"

0 commit comments

Comments
 (0)