Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Jan 17, 2025
1 parent d7a0efa commit 70eac8b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions DOCS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,22 @@

## [0.23.0-wip] *unreleased*

### Added
- new features: `_maxest`, `_value_all`, `_value[8|16|32|64|128|256|512|1024]`.
- new traits `DataValue[Copy]`, `DataType[Copy]`, `DataRaw[Copy]`.
- new types: `DataValue*`, `DataType*`, `DataRaw*`, `NoData`.
- new modules: `lang::{c}`.
- new re-exports: `SystemAlloc`, `std::env::*`.
- new optional dependencies: `itertools`.
- add more methods to `Env`.

### Changed
- rename features:
- `_docs_max` to `_max`, `_docs_min` to `_docs`.
- rename re-exports: `Layout` to `MemLayout`, `LayoutError` to `MemLayoutError`.

### Fixed
- enable nightly features depending on `alloc` and `std`.
- feature-gate namespaced re-exported unsafe methods with `unsafe··`.

[unreleased]: https://github.com/andamira/devela/compare/v0.23.0-wip...HEAD

0 comments on commit 70eac8b

Please sign in to comment.