From 67e3963a7a6806cfbf7c9f586de360ddf1b2ff2d Mon Sep 17 00:00:00 2001 From: esc Date: Fri, 11 Aug 2023 11:31:25 +0200 Subject: [PATCH] update release notes for 0.41.0 As title --- CHANGE_LOG | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGE_LOG b/CHANGE_LOG index a49161646..1fba6f654 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -1,3 +1,38 @@ +v0.41.0 (Aug 11, 2023) +----------------------- + +Pull-Requests: + +* PR `#871 `_: Refactor native library loading (`folded `_ `sklam `_) +* PR `#896 `_: drop upper limit on Python for conda recipe (`esc `_) +* PR `#904 `_: Create GitHub Action for llvmlite release (`apmasell `_) +* PR `#934 `_: Expose TargetLibraryInfo pass (`sklam `_) +* PR `#935 `_: Disable zlib for LLVM on Windows (`apmasell `_) +* PR `#936 `_: Enable querying constants and value kinds (`tbennun `_) +* PR `#939 `_: Bump llvmdev build number to include the nozlib change for windows (`sklam `_) +* PR `#940 `_: Update CHANGE_LOG for 0.40.0 final. (`stuartarchibald `_) +* PR `#942 `_: Add ORCJITv2 support (`apmasell `_) +* PR `#951 `_: Add a type hint for `IntType.width` (`apmasell `_) +* PR `#952 `_: Fix CI failing due to unsupported target triple on non-x86 platforms. (`sklam `_) +* PR `#958 `_: fixup LLVM versions in version compat table (`esc `_) +* PR `#959 `_: Remove support for LLVM < 14 (`apmasell `_) +* PR `#960 `_: add various bullets to release checklists and sync (`esc `_) +* PR `#963 `_: Allow adding comments to generated IR (`apmasell `_) +* PR `#966 `_: build: support building on GNU/Hurd (`pinotree `_) +* PR `#967 `_: Expose library name in OrcJIT tracker (`apmasell `_) +* PR `#968 `_: Update LLVM manual build instructions (`apmasell `_) +* PR `#969 `_: update changelog on main for v0.40.1 (`esc `_) + +Authors: + +* `apmasell `_ +* `esc `_ +* `folded `_ +* `pinotree `_ +* `sklam `_ +* `stuartarchibald `_ +* `tbennun `_ + v0.40.1 (June 21, 2023) -----------------------