Updated CHANGELOG.md

This commit is contained in:
Netkas 2023-06-29 15:39:47 -04:00
parent 6e0613650a
commit 34e3b13dfe
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
2 changed files with 4 additions and 1 deletions

View file

@ -19,6 +19,9 @@
<option value="X-Args-3" /> <option value="X-Args-3" />
<option value="X-Args-4" /> <option value="X-Args-4" />
<option value="X-Args-5" /> <option value="X-Args-5" />
<option value="X-Temperature" />
<option value="X-Model" />
<option value="X-OPENAI-API-KEY" />
</set> </set>
</option> </option>
</inspection_tool> </inspection_tool>

View file

@ -5,7 +5,7 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.2] - Unreleased ## [1.0.2] - 2023-06-29
### Fixed ### Fixed
- Fixed issue where error states are not properly handled in `ExecutionPointerManager` issue [#44](https://git.n64.cc/nosial/ncc/-/issues/44) - Fixed issue where error states are not properly handled in `ExecutionPointerManager` issue [#44](https://git.n64.cc/nosial/ncc/-/issues/44)