Skip to content

Commit db2ed34

Browse files
committed
update changelog
1 parent 30b5482 commit db2ed34

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

DOCS/CHANGELOG.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog], and this project adheres to
66
[Semantic Versioning].
77

8-
## Unreleased [0.21.0-wip]
8+
## Unreleased [0.22.0-wip]
9+
10+
### Added
11+
12+
### Removed
13+
14+
### Changed
15+
16+
### Fixed
17+
18+
## [0.21.0] 2024-08-08
919

1020
### Added
1121
- add features: `num_geom`, `num_float`, `num_int`, `num_rand`, `sys`, `safe_sys`, `unsafe_thread`.
@@ -17,7 +27,7 @@ The format is based on [Keep a Changelog], and this project adheres to
1727
- add features: `_range_all`, `_non_range_[iu][8|16|32|64|128|size]`.
1828
- add features: `_sort_all`, `_sort_[iu][8|16|32|64|128|size]`.
1929
- add features: `_cmp_all`, `_cmp_[iu][8|16|32|64|128|size]`.
20-
- add features: `_default`, `_min_docs`, `_max_docs`, `_max`, `_docsrs_stable`,`__dbg`, `nightly_stabilized`.
30+
- add features: `_default`, `_min_docs`, `_max_docs`, `_max`, `_docsrs_stable`,`__dbg`, `__no_test` `nightly_stabilized`.
2131
- add features: `_node_all`, `_node_u[8|16|32|64|128|size]`.
2232
- add compilation flags for reflection purposes, named `_some_*`.
2333
- enable `doc_notable_trait` unstable feature with `nightly_doc`.
@@ -35,7 +45,7 @@ The format is based on [Keep a Changelog], and this project adheres to
3545
- add types: `Point`, `Point2d`, `Point3d`, `Points`, `VecPoints`.
3646
- add types: `HasherFnv`, `HasherFx`, `HasherFx32`, `HasherFx64`, `HasherBuildFnv`, `HasherBuildFx`.
3747
- add types: `TupleIter`, `TupleIterRef`, `TupleIterMut`, `TupleElement`, `TupleElementRef`, `TupleElementMut`.
38-
- add `ByteSize` constants: `PTR_BITS`, `LITTLE_ENDIAN`, `BIG_ENDIAN`.
48+
- add `ByteSized` constants: `PTR_BITS`, `LITTLE_ENDIAN`, `BIG_ENDIAN`.
3949
- add unsigned `gcd_ext` and `gcd_ext_euc` methods to `Int`.
4050
- add `Floating` and `ExtFloat` method: `neg_abs`.
4151
- add `*_assign` methods to `Num` and `NumRef`.
@@ -59,11 +69,11 @@ The format is based on [Keep a Changelog], and this project adheres to
5969
- remove dependencies: `either`, `crossterm`, `miniquad`.
6070
- remove deprecated `ident_total_count` macro.
6171
- remove `repr(C)` attribute from niche types.
62-
- remove `Mem` trait bound from `ByteSize`.
72+
- remove `Mem` trait bound from `ByteSized`.
6373
- remove `gfx` module.
6474

6575
### Changed
66-
- bump rust version to 1.80.0.
76+
- bump rust version to 1.80.1.
6777
- move `result` module inside `code`.
6878
- move `io` moule and `os` submodules to `sys`.
6979
- move `rustdoc-header.html` file to `/DOCS/`.
@@ -77,8 +87,10 @@ The format is based on [Keep a Changelog], and this project adheres to
7787
- rename `copy` function to `io_copy`.
7888
- rename `StringEgc` to `EgcString`.
7989
- rename `NonSpecific*` to `NonValue*`.
90+
- rename mem::`BitSize` to mem::`BitSized`.
91+
- rename mem::`ByteSize` to mem::`ByteSized`.
8092
- rename `NonEdge*` aliases to `NonExtreme*`.
81-
- rename `ByteSize::PTR_SIZE` constant to `PTR_BYTES`.
93+
- rename `ByteSized::PTR_SIZE` constant to `PTR_BYTES`.
8294
- rename `os` module to `sys`, make submodules private.
8395
- rename `work` module to `exec`, make submodules private.
8496
- rename `Floating` wrapper to `Float` and make it own `self`.
@@ -110,7 +122,7 @@ The format is based on [Keep a Changelog], and this project adheres to
110122

111123
### Fixed
112124
- fix `exec` re-exports.
113-
- fix `Bitsize` impl for niche types.
125+
- fix `Bitsized` impl for niche types.
114126
- fix feature-gating of `Compare` methods: `is_normal`, `is_subnormal`.
115127
- make `_info/examples` parseable by `rustfmt`.
116128
- add missing `NumInt` `sqrt` implementations.
@@ -820,7 +832,8 @@ The format is based on [Keep a Changelog], and this project adheres to
820832
- add macro `iif`.
821833

822834

823-
[unreleased]: https://github.com/andamira/devela/compare/v0.20.0...HEAD
835+
[unreleased]: https://github.com/andamira/devela/compare/v0.21.0...HEAD
836+
[0.21.0]: https://github.com/andamira/devela/releases/tag/v0.21.0
824837
[0.20.0]: https://github.com/andamira/devela/releases/tag/v0.20.0
825838
[0.19.0]: https://github.com/andamira/devela/releases/tag/v0.19.0
826839
[0.18.1]: https://github.com/andamira/devela/releases/tag/v0.18.1

0 commit comments

Comments
 (0)