From f2075e361a125855ce804030a457beaad78c21e9 Mon Sep 17 00:00:00 2001 From: Lhcfl Date: Mon, 1 Apr 2024 11:06:59 +0800 Subject: [PATCH] update docs/api-change --- docs/api-change.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api-change.md b/docs/api-change.md index fdda2e78b4..b4cf9d39d6 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -2,6 +2,10 @@ Breaking changes are indicated by the :warning: icon. +## Unreleased + +- Added `notes/history` endpoint. + ## v20240319 - :warning: `followingCount` and `followersCount` in `users/show` will be `null` (instead of 0) if these values are unavailable.