diff --git a/CHANGELOG.md b/CHANGELOG.md index 70cfd3e..9d31e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Fixed rvalue row corruption bug on MSVC ([info](https://developercommunity.visualstudio.com/t/C:-Corrupt-references-when-creating-a/10446877)) - Added `Cols...` selector template parameter to `at()`, `front()` and `back()` +- Added `structs.mixins` +- Added copy-based fallbacks for `unordered_erase()`, `insert()`, `emplace()` and `swap_columns()` (previously they required movability) ## v0.6.0 diff --git a/docs/pages/schema.md b/docs/pages/schema.md index 8d614d2..144572b 100644 --- a/docs/pages/schema.md +++ b/docs/pages/schema.md @@ -1,8 +1,8 @@ -@page schema Config File Schema +@page schema Config Schema @tableofcontents -This is the config file schema for the `*.toml` configuration files that are used with `soagen`, a command-line tool +This is the schema for the `*.toml` configuration files that are used with `soagen`, a command-line tool for generating SoA container classes for use in C++. @see