diff options
author | Stefan Kreutz <mail@skreutz.com> | 2024-07-02 11:46:39 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2024-07-02 11:46:39 +0200 |
commit | f244a49c9906126decab3eab9595aaa20e949c59 (patch) | |
tree | c3fdf91312df161612fbfe8a16b09e8c7d4db539 /CHANGELOG.md | |
parent | e024208d265fa7e0a9c359eff260aac23501dfcc (diff) | |
download | brck-f244a49c9906126decab3eab9595aaa20e949c59.tar |
Upgrade itertools
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ecbef..4a0b6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep A Changelog][] and this project adheres to ## Unreleased +- Upgraded `itertools` to version `0.13` + ### Changed - Add license and contribution information to README |