CHANGELOG formatting

This commit is contained in:
neilotoole 2023-11-21 20:06:45 -07:00
parent 5c0f187abf
commit b8cee8843a

View File

@ -9,6 +9,8 @@ Breaking changes are annotated with ☢️, and alpha/beta features with 🐥.
## [v0.45.0] - 2023-11-21
### Changed
- [#335]: Previously, `sq` didn't handle decimal values correctly. It basically
shoved a decimal value into a `float` or `string` and hoped for the best.
[As is known](https://medium.com/@mayuribudake999/difference-between-decimal-and-float-eede050f6c9a),