From 6d79254eb1579ecd84055b5ad1d9cc57ca9b5031 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Tue, 4 May 2021 12:15:38 +0100 Subject: [PATCH] add CHANGELOG --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..7e49d517 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Change Log + +## [Unreleased](https://github.com/Leeds-monc/monc/tree/HEAD) + +[Full Changelog](https://github.com/Leeds-monc/monc/compare/v0.9.0...HEAD) + +### New features + +- ARC4 compilation modifications and instructions (#28) by [Chris + Symonds](https://github.com/cemac-css) + +- Continuous integration testing with Travis (using simplified version of + Straka test case) (#9 and #10) by [Leif + Denby](https://github.com/leifdenby) + + +### Bug fixes + +**Bugfixes**: + +- Fix for piecewise linear 1D interpolation (#35) by [Steven + Boeing](https://github.com/sjboeing) + + +## [v0.9.0](https://github.com/Leeds-monc/monc/tree/v0.9.0) (2020-04-29) + +First tagged version representing fork from MOSRS repository at revision +7765.