Skip to content

Commit 9896f97

Browse files
committed
Fix typo in changelog
1 parent a51def5 commit 9896f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.7.0
44

5-
- __Braking change__: Renamed `info_request/1` and `data_request/1` callbacks to `info_metadata/1` and `data_metadata/1` respectively, as well as the
5+
- __Breaking change__: Renamed `info_request/1` and `data_request/1` callbacks to `info_metadata/1` and `data_metadata/1` respectively, as well as the
66
associated structs to better align with new optional callbacks (see below).
77
- Added 4 optional callbacks that hook right into the start and end of both the information and data request handling. This was primarily added
88
to allow users to implement their own caching outside the plug. For more details see the `IIIFImagePlug.V3` docs.

0 commit comments

Comments
 (0)