From 465ee12e021ad3c68245a2f73e3bb4af944f73e2 Mon Sep 17 00:00:00 2001 From: Vladimir Bykov Date: Sat, 18 Nov 2017 14:53:38 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed47bff..dded8a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,28 +4,28 @@ ### Fixed -- Fixed Wrong .angleTo() computing #41 +- Fixed Wrong .angleTo() computing [#41](https://github.com/broadsw0rd/vectory/issues/41) ## [1.2.1] - 2017-09-04 ### Added -- Support of es6 [pkg.module](https://github.com/rollup/rollup/wiki/pkg.module) #38 +- Support of es6 [pkg.module](https://github.com/rollup/rollup/wiki/pkg.module) [#38](https://github.com/broadsw0rd/vectory/issues/38) ## [1.2.0] - 2017-08-29 ### Added -- Implemented vector rotation #34 +- Implemented vector rotation [#34](https://github.com/broadsw0rd/vectory/issues/34) - `Vector.rotate(theta, vector)` - `Vector.prototype.rotate(theta)` - `Vector.irotate(theta, vector)` - `Vector.prototype.irotate(theta)` -- Implemented alias `Vector#clone()` for `Vector#copy()` #35 +- Implemented alias `Vector#clone()` for `Vector#copy()` [#35](https://github.com/broadsw0rd/vectory/issues/35) -- Implemented filter for benchmark #29 +- Implemented filter for benchmark [#29](https://github.com/broadsw0rd/vectory/issues/29) ``` npm run behch -- --filter add @@ -35,7 +35,7 @@ list of available filters: `create`, `add`, `sub`, `mul`, `div`, `lerp`, `norm`, ### Fixed -- Fixed vectors' equality: implemented usage of `Number.EPSILON` #36 +- Fixed vectors' equality: implemented usage of `Number.EPSILON` [#36](https://github.com/broadsw0rd/vectory/issues/36) ### Removed