Added CHANGELOG file for showing what changes/improvements have been made in 1.0.0

This commit is contained in:
MohitMali 2023-08-23 18:49:57 +05:30 committed by Matthieu Gautier
parent a9f37d42c5
commit 9c487e98fc

7
CHANGELOG Normal file
View File

@ -0,0 +1,7 @@
1.0.0
* NEW: Moved wrapper from libkiwix to java-libkiwix.
* NEW: Adapted new build system.
* FIX: Refactored the wrapper to support the updated 'libkiwix/libzim' API.
* NEW: Introduced CI for building and testing the wrapper.
* NEW: Uploaded binaries to new Maven repositories `org.kiwix/libkiwix` instead of jcenter.
* NEW: Provided detailed instructions for developers on how to utilize the new wrapper.