Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Oct 19, 2024
1 parent 6ec549d commit 38d23e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.0] - Unreleased
- Set CDC index to size if size is smaller than minimum chunk size
- Added Python 3.13 support
- Updeted locked dependencies
- Removed EOL Python 3.8/3.9 support

## [1.0.9] - 2024-03-17
- Updated dependencies
- Fixed issue with decoding lower case base32hex strings
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ other programming languages.
!!! tip
This is a low level reference implementation that does not inlcude features like mediatype
detection, metadata extraction or file format specific content extraction. Please have a look at
[iscc-sdk](https://github.com/iscc/iscc-sdk) which adds those higher level features on top of
the `iscc-core` library.
[iscc-sdk](https://github.com/iscc/iscc-sdk) which adds those higher level features on top of the
`iscc-core` library.

## Implementors Guide

Expand Down

0 comments on commit 38d23e9

Please sign in to comment.