From 344a3a6fda3d8bbf232cbf5d5eefd0d4c6893d38 Mon Sep 17 00:00:00 2001 From: Mohd Kaif <98801504+KaifAhmad1@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:33:43 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ea630a..b6590a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- **Apache Arrow Export Support** (PR #273 by @Sameer6305): + - Added Apache Arrow exporter with explicit schemas, entity/relationship export, compression support + - Integrated with export module and method registry, Pandas/DuckDB compatible + - 20 unit tests + 1 integration test, complete documentation with examples + + ## [0.2.6] - 2026-02-03 ### Added / Changed