From 9e7cc13916800c5ec827729c75ff3b944eb8581e Mon Sep 17 00:00:00 2001 From: Simon Popelier Date: Sat, 2 Dec 2023 15:24:12 +0100 Subject: [PATCH] Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index baecf2b5..1fa0caba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Added +- Fixed documentation with updated links & corrected typos ([#259](https://github.com/pyg-team/pytorch-frame/pull/259)) - Added `TimestampEncoder` ([#225](https://github.com/pyg-team/pytorch-frame/pull/225)) - Added `LightGBM` ([#248](https://github.com/pyg-team/pytorch-frame/pull/248)) - Added time columns to the `MultimodalTextBenchmark` ([#253](https://github.com/pyg-team/pytorch-frame/pull/253))