diff --git a/CHANGELOG.md b/CHANGELOG.md index d80fecf..a05d3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ 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 [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.4.0] / 2024-09-04 +## [1.4.0] / 2024-09-05 ### Features -- Support `Timeout` option to abort application. +- Support `NUnit.Timeout` option to abort application. (default '10' minutes) ### Console - Change `TimeoutMinutesDefault` to 10 minutes in the `RevitTestUtils`. - Remove deprecated `wait` option and `RevitDebugUtils`.