Skip to content

Commit 231b0d7

Browse files
committed
Document 2.2.0.
1 parent f2d90d0 commit 231b0d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@ Links to relevant Wikipedia articles are provided in the function documentation
159159

160160
## Change-log
161161

162+
- 2.2.0
163+
- Implement the `ArrayAccess` interface on `Matrix` to return row vectors.
164+
- Implement the `ArrayAccess` interface on `Vector` to return scalars.
165+
- Add `addVector()` and `subtractVector()` to `Vector`
166+
- Add `magnitude()` as an alias to `length()` on `Vector`
167+
162168
- 2.1.0
163169
- Add `Vector` as a subclass of `Matrix`. Thanks to battlecook for this contribution.
164170

0 commit comments

Comments
 (0)