Skip to content

Commit

Permalink
Merge pull request #750 from openzim/version_8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Nov 30, 2022
2 parents 7304434 + efefe6f commit 9bc584e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
libzim 8.1.0
============

* Optimization ofthe first call to `zim::Archive::iterEfficient` (@veloman-yunkan #724)
* Add some documentation to `zim::writer::IndexData` (@mgautierfr #727)
* Correctly catch and rethrow exception thrown in worker threads at creation (@mgautierfr #496 #748)
* Optimization of `Entry::getItem()` (@veloman-yunkan #732)
* Fix declaration of `zim::setICUDataDirectory()` (@MohitMaliFtechiz #733)
* Add `zim::Archive::getMediatCount()` (@mgautierfr #730)
* Make compilaton of examples optional (@mgautierfr #738)
* Add a CI for wasm (@mgautierfr #746)
* Make constructor of SuggestionItem public (@veloman-yunkan #740)

libzim 8.0.1
============

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libzim', ['c', 'cpp'],
version : '8.0.1',
version : '8.1.0',
license : 'GPL2',
default_options : ['c_std=c11', 'cpp_std=c++11'])

Expand Down

0 comments on commit 9bc584e

Please sign in to comment.