Skip to content

Commit

Permalink
Merge pull request #20 from WaffleLapkin/use-yperlinks-in-changelog
Browse files Browse the repository at this point in the history
use hyperlinks for links in changelog
  • Loading branch information
WaffleLapkin authored Apr 4, 2020
2 parents 51b1d05 + 3097191 commit 9fa1aa2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 0.2.0

- Add `Slice::array_windows` method and `iter::ArrayWindows` iterator (https://github.com/WaffleLapkin/arraylib/pull/16)
- Add `if_alloc` macro (https://github.com/WaffleLapkin/arraylib/pull/13, https://github.com/WaffleLapkin/arraylib/pull/15)
- Rename `Array::{from_iter => try_from_iter}` and add `Array::from_iter` (https://github.com/WaffleLapkin/arraylib/pull/12)
- Add `ArrayExt::{ref,mut}_cast`, `ArrayExt::try_{ref,mut}_cast` and `ArrayExt::{ref,mut}_cast_unchecked` methods (https://github.com/WaffleLapkin/arraylib/pull/9)
- 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)
- Simplify `SizeError` (https://github.com/WaffleLapkin/arraylib/pull/4 and https://github.com/WaffleLapkin/arraylib/pull/17)
- Add `Slice::array_windows` method and `iter::ArrayWindows` iterator ([#16](https://github.com/WaffleLapkin/arraylib/pull/16))
- Add `if_alloc` macro ([#13](https://github.com/WaffleLapkin/arraylib/pull/13), [#15](https://github.com/WaffleLapkin/arraylib/pull/15))
- Rename `Array::{from_iter => try_from_iter}` and add `Array::from_iter` ([#12](https://github.com/WaffleLapkin/arraylib/pull/12))
- 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))
- 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))
- Simplify `SizeError` ([#4](https://github.com/WaffleLapkin/arraylib/pull/4) and [#17](https://github.com/WaffleLapkin/arraylib/pull/17))

## 0.1.0

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

0 comments on commit 9fa1aa2

Please sign in to comment.