diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b3b0016..f9e096129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * [Unreleased](#unreleased) +* [0.5.0](#060---2017-12-20) * [0.5.0](#050---2017-11-27) * [0.4.0](#040---2017-11-07) * [0.3.0](#030---2017-10-13) @@ -10,11 +11,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## 0.6.0 - 2017-12-20 * ### ALL * #### Added * `abort`. See [#660](https://github.com/ni/nimi-python/issues/655). - * #### Changed - * #### Removed * ### NI-DMM * #### Added * `fetch_waveform_into` for high-performance fetch using numpy.array of float64. @@ -26,22 +27,13 @@ All notable changes to this project will be documented in this file. * Removed `actual_number_of_points` from `fetch_multi_point()` returned tuple * Removed `actual_number_of_points` from `read_multi_point()` returned tuple * Removed `actual_number_of_points` from `read_waveform()` returned tuple - * #### Removed -* ### NI-ModInst - * #### Added - * #### Changed - * #### Removed * ### NI-Switch - * #### Added - * #### Changed * #### Removed * Removed `init_with_topology`. Clients should use `niswitch.Session` constructor. See [#660](https://github.com/ni/nimi-python/issues/660). * ### NI-DCPower - * #### Added * #### Changed * Property power_line_frequency no longer uses enum PowerLineFrequency. * Removed `actual_count` from `fetch_multiple()` returned tuple - * #### Removed * ### NI-FGEN * #### Added * Support for calling `write_waveform` using list (float) or numpy.array (int16 or float64)