From fb77a486e21c74796edc288a538ed21de18b286b Mon Sep 17 00:00:00 2001 From: Dimitri Yatsenko Date: Fri, 25 Jul 2025 08:51:56 -0500 Subject: [PATCH] docs: redirect changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7b86032..4bf094509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release notes +**Note:** This file is no longer updated. See the GitHub change log page for the +latest release notes: . + ### 0.14.3 -- Sep 23, 2024 - Added - `dj.Top` restriction - PR [#1024](https://github.com/datajoint/datajoint-python/issues/1024)) PR [#1084](https://github.com/datajoint/datajoint-python/pull/1084) - Fixed - Added encapsulating double quotes to comply with [DOT language](https://graphviz.org/doc/info/lang.html) - PR [#1177](https://github.com/datajoint/datajoint-python/pull/1177)