From e80624c8b2cc06d251ab78655139bef801c47645 Mon Sep 17 00:00:00 2001 From: Tom White Date: Wed, 2 Oct 2024 14:56:07 +0100 Subject: [PATCH] Update changelog --- docs/changelog.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a5263767f..d0c37e563 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,8 +14,12 @@ New Features - Add 'matching' method to :func:`identity_by_state` function. (:user:`timothymillar`, :pr:`1229`, :issue:`1227`) -.. Breaking changes -.. ~~~~~~~~~~~~~~~~ +Breaking changes +~~~~~~~~~~~~~~~~ + +- Functions for reading and writing VCF were removed from sgkit, please use the `bio2zarr `_ + and `vcztools `_ packages instead. + (:user:`tomwhite`, :pr:`1264`) .. Deprecations .. ~~~~~~~~~~~~