mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Update changelog
This commit is contained in:
@@ -82,7 +82,8 @@
|
||||
:Extended:
|
||||
|
||||
* Fix issue in the Python bindings while trying to access ``lief.__LIEF_MAIN_COMMIT__``
|
||||
* Use LLVM 20.1.2
|
||||
* Fix CMake issue with ``find_package(lief-extended)``
|
||||
* Use LLVM 20.1.3
|
||||
|
||||
:Build System:
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ def setup(app: Sphinx):
|
||||
app.config.lief_gh_sponsor_url = "https://github.com/sponsors/lief-project"
|
||||
app.config.lief_extended_url = "https://extended.lief.re/"
|
||||
app.config.lief_extended_email = "extended@lief.re"
|
||||
app.config.lief_llvm_version = "20.1.2"
|
||||
app.config.lief_llvm_version = "20.1.3"
|
||||
|
||||
app.config.lief_rust_doc_base_url = "https://lief.re/doc/stable/rust"
|
||||
app.config.lief_rust_doc = f"{app.config.lief_rust_doc_base_url}/lief"
|
||||
|
||||
Reference in New Issue
Block a user