Skip to content

Commit 894799b

Browse files
committed
Document the release of CppSharp 0.10.1
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 1792f52 commit 894799b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# CppSharp 0.10.1 7.4.2019
2+
3+
* Fix the getting of references to pointers in C#
4+
5+
* Fix the passing of references to pointers in C#
6+
7+
* Prefer non-mapped types when resolving ambiguous overloads
8+
9+
* Make indexers use non-trivial copy ctors if any
10+
11+
* Fix a memory leak when passing an indirect std::string
12+
13+
* Build the generator before test bindings for easy testing
14+
15+
* Fix memory leaks in the map for std::string
16+
17+
* Fix the passing of std::string by value
18+
19+
* Guard against null for objects passed by value
20+
21+
* Generate valid C# for implicit conversion to const char*

0 commit comments

Comments
 (0)