From 6dc5479eca87556eb9eb1100bc0cd0f6bc9d3a13 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Tue, 7 Mar 2023 14:13:01 -0600 Subject: [PATCH] Added changelog for 0.14.2 --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0f22eff9..975ff3e983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,12 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [dev] - -### Added - -### Changed +## [0.14.2] - 03/07/2023 ### Fixed +* Fixed a bug with boolean advanced indexing [#1103](https://github.com/IntelPython/dpctl/pull/1103) + ## [0.14.1] - 03/06/2023 ### Added