Skip to content

Commit

Permalink
doc: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Sep 16, 2023
1 parent a72e35d commit 902cb90
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- Extension scripting via the Rhai scripting language. [(#68)](https://github.com/pythonbrad/clafrica/pull/68)
- Predication system. [(#72)](https://github.com/pythonbrad/clafrica/pull/72) & [(#75)](https://github.com/pythonbrad/clafrica/pull/75)
- Added a proper way to verify when the cursor is empty in the library. [(#86)](https://github.com/pythonbrad/clafrica/pull/86)

### Changed
- Split the clafrica into separate components (processor and translator). [(#72)](https://github.com/pythonbrad/clafrica/pull/72)

### Fixed
- Restricted the auto_capitalize by configuration file. [(#79)](https://github.com/pythonbrad/clafrica/pull/79)
- Improved sequence detection. [(#74)](https://github.com/pythonbrad/clafrica/pull/74)
- Improved error handling and made it more understandable. [(#69)](https://github.com/pythonbrad/clafrica/pull/69)


## [0.3.1] - 2023-08-13

### Added
Expand Down

0 comments on commit 902cb90

Please sign in to comment.