Skip to content

Commit a9c458e

Browse files
committed
Add incompatibility warning to README
1 parent 5a97223 commit a9c458e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ sqlite modern cpp wrapper
55

66
This library is a lightweight modern wrapper around sqlite C api .
77

8+
**Heads up!**
9+
The current master contains a _breaking change_ compared to the 2.4 release for database names with non-ASCII characters. For details, see [issue 82](https://github.com/aminroosta/sqlite_modern_cpp/issues/82).
10+
811
```c++
912
#include<iostream>
1013
#include <sqlite_modern_cpp.h>

0 commit comments

Comments
 (0)