Update changelog for 1.1.5

This commit is contained in:
microproofs 2024-10-19 13:44:22 -04:00
parent b3e6c3ab6b
commit 3e076dd895
No known key found for this signature in database
GPG Key ID: 14F93C84DE6AFD17
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## v1.1.5 - UNRELEASED
## v1.1.5 - 2024-10-19
### Added
@ -8,7 +8,7 @@
### Changed
- **uplc**: Fix costing of integerToByteString/byteStringToInteger builtins.
- **uplc**: Fix costing of byteStringToInteger builtins. @Microproofs
- **aiken-lang**: Fix data-type reification from `Void`; somehow missing from known definition :facepalm:. @KtorZ
### Removed