Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Jan 30, 2025
1 parent 43f8c4e commit 819a38d
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions DOCS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@

### Added
- new features: `_maxest`, `_value_all`, `_value[8|16|32|64|128|256|512|1024]`.
- new traits `DataValue[Copy]`, `DataType[Copy]`, `DataRaw[Copy]`, `DirEnv`, `ExtLog`, `ExtProcess`.
- new types: `DataValue*`, `DataType*`, `DataRaw*`, `DirApple`, `DirWindows`, `DirUnix`, `DirXdg`, `LogConfig`, `NoData`, `Base`, `Crockford`, `Rfc4648`, `Rfc4648Hex`.
- new traits:
- data: `DataValue[Copy]`, `DataType[Copy]`, `DataRaw[Copy]`.
- sys: `DirEnv`, `ExtLog`
- ui: `UiService`.
- work: `ExtProcess`.
- new types:
- data: `DataValue*`, `DataType*`, `DataRaw*`, `NoData`, `Base`, `Crockford`, `Rfc4648`, `Rfc4648Hex`.
- sys: `DirApple`, `DirWindows`, `DirUnix`, `DirXdg`, `LogConfig`,
- ui: `UiCap`, `UiCapImage`, `UiCapInput`, `UiCapSound`, `UiCapSystem`, `UiCapWindow`.
- namespaces: `Iter`, `Log`.
- new macros: `maybe!`, `xorshift_custom!`.
- new modules: `data::{codec::{self, radix}, list, key, table, uid, xipher}`, `lang::{c}`, `sys::{log, net}`.
- new hidden const arrays: `XOROSHIFT_[16|32|64]_TRIPLETS`.
- new modules:
- `data::{codec::{self, radix}, list, key, table, uid, xipher}`.
- `lang::{c}`.
- `sys::{log, net}`.
- `ui::service`.
- new macro arms:
- `str!`: `ip_addr`.
- new methods:
Expand All @@ -19,7 +29,7 @@
- `ExtFuture`: `pending`, `poll_fn`, `ready`.
- prngs: `from_state`, `inner_state`.
- new re-exports: `SystemAlloc`, `std::{env::*, process::*}`, `::log::*`
- new optional dependencies: `itertools`, `ring`, `ureq`.
- new optional dependencies: `gilrs`, `itertools`, `ring`, `ureq`.
- add musl architectures to `check.rs` script.

### Removed
Expand Down

0 comments on commit 819a38d

Please sign in to comment.