From 318c8ff6fc3df5ae7764e326a1e4b2764c776a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erlend=20H=C3=A5rstad?= Date: Mon, 14 Oct 2019 15:25:55 +0200 Subject: [PATCH] Update changelog with changes from 0.1.13->0.1.14 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e5224dd..bd87580cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), but most notably, without sectioning changes into type-of-change. +## [0.1.14] - 2019.10.14 +* dlisio have learned to read curves with variable length data types. Thus, + every data-type that the standard allows for curves are now supported by + dlisio. +* Frame and Channel-objects now has a index-property. index returns the channel + object that serves as the index-channel for the given Frame-/Channel. + ## [0.1.13] - 2019.10.3 * The sphinx documentation on readthedocs has a few new section: About the project, an introduction to some dlis-concepts and a quick guide to help new