From 2bcf94fd340bcb42ba5457d5520d54901abb4010 Mon Sep 17 00:00:00 2001 From: chaloh Date: Mon, 16 Feb 2026 09:41:27 +0800 Subject: [PATCH] Update changelog in master --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04686e79..239b7f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +* [1.5.0](#150) +* [1.4.1](#141) * [1.4.0](#140) * [1.3.0](#130) * [1.2.0](#120) @@ -25,6 +27,34 @@ All notable changes to this project will be documented in this file. +## 1.5.0 +* ### Merged Pull Requests + * [Full changelog: 1.4.1...1.5.0](https://github.com/ni/nidaqmx-python/compare/1.4.1...1.5.0) + +* ### Resolved Issues + * ... + +* ### Major Changes + * ... + + +* ### Known Issues + * ... + +## 1.4.1 +* ### Merged Pull Requests + * [Full changelog: 1.4.0...1.4.1](https://github.com/ni/nidaqmx-python/compare/1.4.0...1.4.1) + +* ### Resolved Issues + * ... + +* ### Major Changes + * Update installer metadata using DAQmx version 26.0.0 + + +* ### Known Issues + * ... + ## 1.4.0 * ### Merged Pull Requests * [Full changelog: 1.3.0...1.4.0](https://github.com/ni/nidaqmx-python/compare/1.3.0...1.4.0)