From e19358d2b45adf002c814bc5e67334cd976566e8 Mon Sep 17 00:00:00 2001 From: Yi-Xuan Xu Date: Wed, 3 Feb 2021 13:13:02 +0800 Subject: [PATCH] [DOC] Update CHANGELOG.rst --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 46630ad..48a885d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -31,4 +31,5 @@ Version 0.1.* .. |Fix| replace:: :raw-html:`Fix` :raw-latex:`{\small\sc [Fix]}` .. |API| replace:: :raw-html:`API Change` :raw-latex:`{\small\sc [API Change]}` -- |Feature| configurable predictor parameter `#9 `__ @tczhao \ No newline at end of file +- |Feature| configurable predictor parameter (`#9 `__) @tczhao +- |Enhancement| add base class ``BaseEstimator`` and ``ClassifierMixin`` (`#8 `__) @pjgao