Skip to content

Commit

Permalink
Finalized changelog for v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed May 13, 2024
1 parent 39fc612 commit 8a143a9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.3.0] - 2024-05-13

### New Feature

- Prettier SQL printing in `StringUtil.prettySQL()`
- [COLDBOX-1270](https://ortussolutions.atlassian.net/browse/COLDBOX-1270) Abililty to restart schedulers with a \`restart\(\)\` method
- [COLDBOX-1270](https://ortussolutions.atlassian.net/browse/COLDBOX-1270) Abililty to restart schedulers with a \`restart()\` method

### Improvement

- [COLDBOX-1268](https://ortussolutions.atlassian.net/browse/COLDBOX-1268) WireBox Singleton auto reload now only affects app singletons and not core singletons
- [COLDBOX-1269](https://ortussolutions.atlassian.net/browse/COLDBOX-1269) Do not add double headers if \`event.setHTTPHeader\(\)\` is called more than once
- [COLDBOX-1269](https://ortussolutions.atlassian.net/browse/COLDBOX-1269) Do not add double headers if \`event.setHTTPHeader()\` is called more than once
- [COLDBOX-1273](https://ortussolutions.atlassian.net/browse/COLDBOX-1273) Removal of deprecated CFML functions in core
- [COLDBOX-1275](https://ortussolutions.atlassian.net/browse/COLDBOX-1275) Improved engine detection by the CFMLEngine feature class
- [COLDBOX-1278](https://ortussolutions.atlassian.net/browse/COLDBOX-1278) Remove unsafe evaluate function usage
Expand Down Expand Up @@ -300,7 +302,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* * *

[Unreleased]: https://github.com/ColdBox/coldbox-platform/compare/v7.2.1...HEAD
[Unreleased]: https://github.com/ColdBox/coldbox-platform/compare/v7.3.0...HEAD

[7.3.0]: https://github.com/ColdBox/coldbox-platform/compare/v7.2.1...v7.3.0

[7.2.1]: https://github.com/ColdBox/coldbox-platform/compare/v7.2.0...v7.2.1

Expand Down

0 comments on commit 8a143a9

Please sign in to comment.