From 2ece25821da0c71048e8b3884273b42184090aed Mon Sep 17 00:00:00 2001 From: Aryan Roy Date: Sat, 7 Oct 2023 20:12:08 +0530 Subject: [PATCH] Added CHANGELOG Signed-off-by: Aryan Roy --- doc/whats_new/v0.2.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/whats_new/v0.2.rst b/doc/whats_new/v0.2.rst index bc7bcf9b..d08bc8a1 100644 --- a/doc/whats_new/v0.2.rst +++ b/doc/whats_new/v0.2.rst @@ -27,6 +27,7 @@ Changelog --------- - |Feature| Implement and test functions to validate an MAG and check the presence of almost directed cycles, by `Aryan Roy`_ (:pr:`91`) - |Feature| Implement and test functions to convert a DAG to MAG, by `Aryan Roy`_ (:pr:`96`) +- |Feature| Implement and test functions to convert a PAG to MAG, by `Aryan Roy`_ (:pr:`93`) Code and Documentation Contributors -----------------------------------