Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed Apr 11, 2022
1 parent 34c019a commit 9798419
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Version 2.1 - Charming Chrysoprase

## What's Changed

### Bug Fixes
- Improve `kumi::cat` implementation to perform `O(N)` copies.
- Use include guards to prevent issue when different project use KUMI concurrently.

### New Features
- Added the `kumi::sized_product_type_or_more` concept
- Implements `kumi::to_ref` to construct a tuple of references form a reference to a tuple.

**Full Changelog**: https://github.com/jfalcou/kumi/compare/v2.0...v2.1

# Version 2.0 - Bedazzling Beryl

## What's Changed
Expand Down

0 comments on commit 9798419

Please sign in to comment.