Skip to content

Commit 9fa1aa2

Browse files
authored
Merge pull request #20 from WaffleLapkin/use-yperlinks-in-changelog
use hyperlinks for links in changelog
2 parents 51b1d05 + 3097191 commit 9fa1aa2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## 0.2.0
22

3-
- Add `Slice::array_windows` method and `iter::ArrayWindows` iterator (https://github.com/WaffleLapkin/arraylib/pull/16)
4-
- Add `if_alloc` macro (https://github.com/WaffleLapkin/arraylib/pull/13, https://github.com/WaffleLapkin/arraylib/pull/15)
5-
- Rename `Array::{from_iter => try_from_iter}` and add `Array::from_iter` (https://github.com/WaffleLapkin/arraylib/pull/12)
6-
- Add `ArrayExt::{ref,mut}_cast`, `ArrayExt::try_{ref,mut}_cast` and `ArrayExt::{ref,mut}_cast_unchecked` methods (https://github.com/WaffleLapkin/arraylib/pull/9)
7-
- Clean `util::init::try_unfold_array` and fix UB in it (see issue https://github.com/WaffleLapkin/arraylib/issues/5 and PRs https://github.com/WaffleLapkin/arraylib/pull/7, https://github.com/WaffleLapkin/arraylib/pull/10)
8-
- Simplify `SizeError` (https://github.com/WaffleLapkin/arraylib/pull/4 and https://github.com/WaffleLapkin/arraylib/pull/17)
3+
- Add `Slice::array_windows` method and `iter::ArrayWindows` iterator ([#16](https://github.com/WaffleLapkin/arraylib/pull/16))
4+
- Add `if_alloc` macro ([#13](https://github.com/WaffleLapkin/arraylib/pull/13), [#15](https://github.com/WaffleLapkin/arraylib/pull/15))
5+
- Rename `Array::{from_iter => try_from_iter}` and add `Array::from_iter` ([#12](https://github.com/WaffleLapkin/arraylib/pull/12))
6+
- Add `ArrayExt::{ref,mut}_cast`, `ArrayExt::try_{ref,mut}_cast` and `ArrayExt::{ref,mut}_cast_unchecked` methods ([#9](https://github.com/WaffleLapkin/arraylib/pull/9))
7+
- Clean `util::init::try_unfold_array` and fix UB in it (see issue [#5](https://github.com/WaffleLapkin/arraylib/issues/5) and PRs [#7](https://github.com/WaffleLapkin/arraylib/pull/7), [#10](https://github.com/WaffleLapkin/arraylib/pull/10))
8+
- Simplify `SizeError` ([#4](https://github.com/WaffleLapkin/arraylib/pull/4) and [#17](https://github.com/WaffleLapkin/arraylib/pull/17))
99

1010
## 0.1.0
1111

12-
Initial version (commit https://github.com/WaffleLapkin/arraylib/commit/1e5d034c37ff7a182c0462d6c41d4f2c74cf20f6)
12+
Initial version ([1e5d034c](https://github.com/WaffleLapkin/arraylib/commit/1e5d034c37ff7a182c0462d6c41d4f2c74cf20f6))

0 commit comments

Comments
 (0)