v3.1.0
Pre-release
Pre-release
Release Notes for v3.0
Major Changes and Improvements:
- Namespace Refactoring: In this release, I've undertaken a comprehensive refactoring of namespace structure. All components are now organized within the
small_vectors
namespace and its sub-namespaces. This significant change is aimed at improving the library's organization and usability.
Breaking Changes:
-
Backward Compatibility: Please note that version 3.0 introduces breaking changes and is not backward compatible with the 2.x series. Users migrating from version 2.x will need to adjust their code to align with the new namespace structure introduced in this release.
-
Removal of Deprecated Features: I have removed certain deprecated macros that were related to enum names. This decision was made in light of the new
enum_name
functionality now available in simple_enum repository.