From 80538998bb50413c440d1e06458d1a24b23644eb Mon Sep 17 00:00:00 2001 From: Mark Silva Date: Fri, 13 Oct 2017 10:50:42 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b915d0fb0..e20b26fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Python Versioning](http://legacy.python.org/dev/peps/pep-0396/). -## [Unreleased] +## [0.3.0] - 2017-10-13 * #### ALL * #### Added * Support for ViInt64 (64-bit integers) @@ -15,19 +15,12 @@ and this project adheres to [Python Versioning](http://legacy.python.org/dev/pep session['0-3'].set_sequence(values, source_delays) ``` * Enum value documentation lists the fully qualified name - this is to allow easy copy/paste - * #### Removed * #### NI-DMM - * #### Added * #### Changed * Added default values to some parameters. * #### Removed * Removed methods that aren’t useful in the Python bindings. -* #### NI-ModInst - * #### Added - * #### Changed - * #### Removed * #### NI-SWITCH - * #### Added * #### Changed * Added default values to some parameters. * #### Removed @@ -35,8 +28,6 @@ and this project adheres to [Python Versioning](http://legacy.python.org/dev/pep * #### NI-DCPower * #### Added * Initial release - * #### Changed - * #### Removed ## [0.2.0] - 2017-09-20 * #### ALL