From 3561e4803ef0160a73c7d908ea016f78196f9467 Mon Sep 17 00:00:00 2001 From: Alex Coyle Date: Mon, 6 Sep 2021 22:17:22 +0100 Subject: [PATCH] Added 0.5.1 notes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92890ce..54beeac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support the case where an entry has a tempo, but no cues (Traktor to Rekordbox) - Support disabling the "Store Beatmarker as Hotcue" Traktor setting +## 0.5.1 (2021-09-06) +### Fixed +- Allow indexing element in Traktor nml files [#42](https://github.com/digital-dj-tools/dj-data-converter/issues/42) + ## 0.5.0 (2020-11-03) ### Changed - Migrated from JavaScript/NodeJS runtime to Java/GraalVM runtime, in order to fix [#33](https://github.com/digital-dj-tools/dj-data-converter/issues/33) and improve performance generally