From 144a5608c55bf735a43842db7402364931e82fb7 Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Fri, 31 May 2024 13:21:48 +0200 Subject: [PATCH] fixup! Generate bindings for zmq.h using Clang.jl --- docs/src/_changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/_changelog.md b/docs/src/_changelog.md index 2bc9f9d..3099c27 100644 --- a/docs/src/_changelog.md +++ b/docs/src/_changelog.md @@ -12,6 +12,7 @@ Changelog](https://keepachangelog.com). ### Added - Support for creating [`Message`](@ref)'s from the new `Memory` type in Julia 1.11 ([#244]). +- Full [Bindings](@ref) to libzmq ([#232]). ### Fixed - Fixed [`isfreed()`](@ref), which would previously return the wrong values