1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00

Update Changes

This commit is contained in:
Kenichi Ishigaki 2021-12-15 06:55:08 +09:00
parent f278c800b3
commit 4266881e66

View file

@ -1,6 +1,9 @@
Changes for Perl extension DBD-SQLite
1.71_01 to be released
1.71_02 to be released
- Improve sqlite_load_extension doc (GH#94, Derek Lamb++)
1.71_01 2021-12-02
- Upgraded SQLite to 3.37.0
- Add a feature to unregister a created function
- Fix accented characters in POD (GH#90, HaraldJoerg++)