From d93e5e822ebfa2b2ff654f86102489e55a8dc422 Mon Sep 17 00:00:00 2001 From: Sung Yun <107272191+sungwy@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:37:18 -0500 Subject: [PATCH] chore: Updated Changelog for 0.4.0-rc3 (#830) * add updated changelog for 0.4.0rc3 * leave out #820 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3a3d68b..70e6f36d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -160,6 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). * Prep 0.4.0 release by @sungwy in https://github.com/apache/iceberg-rust/pull/809 * feat: Add RemovePartitionSpecs table update by @c-thiel in https://github.com/apache/iceberg-rust/pull/804 * feat: Store file io props to allow re-build it by @Xuanwo in https://github.com/apache/iceberg-rust/pull/802 +* chore: chmod +x on `verify.py` script by @sungwy in https://github.com/apache/iceberg-rust/pull/817 +* fix: Reading a table with positional deletes should fail by @Fokko in https://github.com/apache/iceberg-rust/pull/826 ## [v0.3.0] - 2024-08-14