From 99214043418f05e3372db62f8a6d367fe37f7612 Mon Sep 17 00:00:00 2001 From: Maas-Maarten Zeeman Date: Sun, 29 May 2022 23:20:48 +0200 Subject: [PATCH] Added small blurb to the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 004a00b..6540c04 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ This makes it possible to open a lot more connections. On the SQLite side some things have also changed. Extended error codes, introspection into the internals. This release modernizes the integration. In some places the API is no longer compatible and -will require small changes. +will require small changes. In order to ease this process the +library now has typespecs, and the documentation was extended.