From c9d02c67a36d64cd7e2c601f6197220ab44481b3 Mon Sep 17 00:00:00 2001 From: Erin Millard Date: Fri, 26 Apr 2024 22:02:59 +1000 Subject: [PATCH] Bump to v0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f541e1..73f63f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.2.0] - 2024-04-26 + +[v0.2.0]: https://github.com/ezzatron/nvector-js/releases/tag/v0.2.0 + +### Added + +- Added `R_Ee` rotation matrix support to the `lat_lon2n_E` and `n_E2lat_lon` + functions. + +### Changed + +- The `n_E2lat_lon` function now accepts an `n_E` vector instead of individual + `x`, `y`, and `z` arguments. + ## [v0.1.2] - 2023-09-30 [v0.1.2]: https://github.com/ezzatron/nvector-js/releases/tag/v0.1.2