From cf320f208816a36386259ee548139c1289ecf23a Mon Sep 17 00:00:00 2001 From: Andrew Reiter <131792850+apreiter18@users.noreply.github.com> Date: Mon, 20 May 2024 10:36:52 -0400 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 49363c3..2b4114f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -40,8 +40,7 @@ When the bill actions list item includes a link to the corresponding Clerk House A bug in the Committee list-level endpoint throws an "UnboundLocalError" when including "fromDateTime" and "toDateTime" parameters in the call. This will be investigated and fixed. ## Change #4 ### Impacted endpoint: /amendment/{congress}/{admendmentType}/{amendmentNumber}/text -The amendment text-level endpoint's `` element in the `` container will be modified so that it returns the actual text content from the linked webpages. This is related to [Issue #206] -(https://github.com/LibraryOfCongress/api.congress.gov/issues/206). +The amendment text-level endpoint's `` element in the `` container will be modified so that it returns the actual text content from the linked webpages. This is related to [Issue #206](https://github.com/LibraryOfCongress/api.congress.gov/issues/206). ## Change #5 ### Impacted endpoint: /member The API will be further refined to return current members for particular districts. This is related to work completed in [Issue #30](https://github.com/LibraryOfCongress/api.congress.gov/issues/30).