From debf051fdffcb2c7546b01f66b13b93b68460585 Mon Sep 17 00:00:00 2001 From: Umar Butler Date: Sat, 17 Feb 2024 13:26:20 +1100 Subject: [PATCH] Fixing typos. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b581a..eebe788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ All notable changes to the Open Australian Legal Corpus Creator will be documented here. This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.1] - 2024-02-17 -## Fixed +### Fixed - Refactored the scraper for the Federal Register of Legislation database in order to resolve breaking API changes brought about by the database's redesign, thereby fixing [#1](https://github.com/umarbutler/open-australian-legal-corpus-creator/issues/1). ## [1.0.0] - 2023-11-09 -## Added +### Added - Created a scraper for the High Court of Australia database. - Added status code `429` as a default retryable status code.