Skip to content

Commit 57b0ebc

Browse files
committed
chore: changelog
1 parent 732ff33 commit 57b0ebc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Features from the Rust language in JavaScript: Provides [Traits](https://doc.rus
2525
- [Typing utilities](#typing-utilities)
2626
- [Functional Utilities](#functional-utilities)
2727
- [Change Log](#change-log)
28+
- [1.9.1](#191)
2829
- [1.9.0](#190)
2930
- [1.8.0](#180)
3031
- [1.7.0](#170)
@@ -647,6 +648,12 @@ assertEquals(pair(2)(1), /* => */ [1,2]);
647648

648649
### Features
649650

651+
### 1.9.1
652+
653+
* #193 fix: take(), tryTake(), takeWithFallback() no longer broken on plain
654+
arrays. Congrats to @tobia for finding the first bug affecting the actual
655+
code (not just documentation or CI).
656+
650657
### 1.9.0
651658

652659
* Hashable Trait & Hash tables ([3a86070](https://github.com/adobe/ferrum/commit/3a86070336d9a7f165e1d1d15b7858a0c1391c89))

0 commit comments

Comments
 (0)