We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c019a commit 9798419Copy full SHA for 9798419
docs/changelog.md
@@ -1,3 +1,17 @@
1
+# Version 2.1 - Charming Chrysoprase
2
+
3
+## What's Changed
4
5
+### Bug Fixes
6
+ - Improve `kumi::cat` implementation to perform `O(N)` copies.
7
+ - Use include guards to prevent issue when different project use KUMI concurrently.
8
9
+### New Features
10
+ - Added the `kumi::sized_product_type_or_more` concept
11
+ - Implements `kumi::to_ref` to construct a tuple of references form a reference to a tuple.
12
13
+**Full Changelog**: https://github.com/jfalcou/kumi/compare/v2.0...v2.1
14
15
# Version 2.0 - Bedazzling Beryl
16
17
## What's Changed
0 commit comments