This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new f2bebcde8a Minor: Reduce indirection for finding changlog (#13199)
f2bebcde8a is described below
commit f2bebcde8a2350b9f00705f7c2c0242359f7d948
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Oct 31 14:54:11 2024 -0400
Minor: Reduce indirection for finding changlog (#13199)
* Minor: Improve changelog links
* revert changelog
---
CHANGELOG.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea0c339ac4..c481ce0b96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@
under the License.
-->
-* [DataFusion CHANGELOG](./datafusion/CHANGELOG.md)
+Change logs for each release can be found [here](dev/changelog).
+
For older versions, see
[apache/arrow/CHANGELOG.md](https://github.com/apache/arrow/blob/master/CHANGELOG.md).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]