Skip to content

Commit

Permalink
Updated the ChangeLog for 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 25, 2024
1 parent 7537e56 commit 6fa44f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.7.1 / 2024-01-24

* Switched to using `require_relative` to improve load-times.
* Added `# frozen_string_literal: true` to all files.
* Use keyword arguments for {Spidr.domain}.
* Rescue `URI::Error` instead of `Exception` when calling `URI::HTTP#merge` in
{Spidr::Page#to_absolute}.

### 0.7.0 / 2022-12-31

* Added {Spidr.domain} and {Spidr::Agent.domain}.
Expand Down

0 comments on commit 6fa44f6

Please sign in to comment.