Skip to content

Commit 31d9a80

Browse files
author
Github Actions
committed
Finalized changelog for v7.4.0
1 parent f12e7c1 commit 31d9a80

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

changelog.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [7.4.0] - 2025-04-29
13+
1214
### ColdBox HMVC
1315

1416
#### Improvement
1517

1618
- [COLDBOX-1286](https://ortussolutions.atlassian.net/browse/COLDBOX-1286) Make sure global scheduler is loaded after modules load.
1719
- [COLDBOX-1287](https://ortussolutions.atlassian.net/browse/COLDBOX-1287) If running scheduled tasks manually with a \`force\` then do not set the next run since this is a forced run.
1820
- [COLDBOX-1288](https://ortussolutions.atlassian.net/browse/COLDBOX-1288) Allow Disabling of PrettyJson in Log Output
19-
- [COLDBOX-1294](https://ortussolutions.atlassian.net/browse/COLDBOX-1294) Call \`reset\(\)\` when testing and unloadColdbox is true in the \`afterTests\(\)\` to make sure the reset procedures are done, not only the shutdown.
21+
- [COLDBOX-1294](https://ortussolutions.atlassian.net/browse/COLDBOX-1294) Call \`reset()\` when testing and unloadColdbox is true in the \`afterTests()\` to make sure the reset procedures are done, not only the shutdown.
2022
- [COLDBOX-1305](https://ortussolutions.atlassian.net/browse/COLDBOX-1305) Improvement: Update Config Seeding to Include Original Module Settings
2123

2224
#### New Features
2325

2426
- [COLDBOX-1285](https://ortussolutions.atlassian.net/browse/COLDBOX-1285) BoxLang Support so you can write your ColdBox apps in BoxLang
25-
- [COLDBOX-1296](https://ortussolutions.atlassian.net/browse/COLDBOX-1296) New flow peek\(\) method to do fluent peeks in objects
26-
- [COLDBOX-1297](https://ortussolutions.atlassian.net/browse/COLDBOX-1297) Schedulers now have a startupTask\( task \) to dynamically startup a task by name or task object
27-
- [COLDBOX-1306](https://ortussolutions.atlassian.net/browse/COLDBOX-1306) Better tracking of status code and text on the request context so integration tests are not corrupted by response commitment: getStatusCode\(\), getStatusText\(\) accessors
27+
- [COLDBOX-1296](https://ortussolutions.atlassian.net/browse/COLDBOX-1296) New flow peek() method to do fluent peeks in objects
28+
- [COLDBOX-1297](https://ortussolutions.atlassian.net/browse/COLDBOX-1297) Schedulers now have a startupTask( task ) to dynamically startup a task by name or task object
29+
- [COLDBOX-1306](https://ortussolutions.atlassian.net/browse/COLDBOX-1306) Better tracking of status code and text on the request context so integration tests are not corrupted by response commitment: getStatusCode(), getStatusText() accessors
2830

2931
#### Bugs
3032

@@ -34,10 +36,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3436
- [COLDBOX-1289](https://ortussolutions.atlassian.net/browse/COLDBOX-1289) Directory Helper Logic in Renderer.cfc is Incorrect and Generates Bad Path On Windows
3537
- [COLDBOX-1295](https://ortussolutions.atlassian.net/browse/COLDBOX-1295) Dumps in BugReport.cfm need top attributes
3638
- [COLDBOX-1304](https://ortussolutions.atlassian.net/browse/COLDBOX-1304) thisLocationToken is not var scoped
37-
- [COLDBOX-1311](https://ortussolutions.atlassian.net/browse/COLDBOX-1311) Remove direct calls to the servlet response.setStatus\( int, String \) methods due to jakarta removing statusText
39+
- [COLDBOX-1311](https://ortussolutions.atlassian.net/browse/COLDBOX-1311) Remove direct calls to the servlet response.setStatus( int, String ) methods due to jakarta removing statusText
3840
- [COLDBOX-1317](https://ortussolutions.atlassian.net/browse/COLDBOX-1317) ACF 2025 has removed htmlEditFormat
3941
- [COLDBOX-1326](https://ortussolutions.atlassian.net/browse/COLDBOX-1326) populator discover entity name not accouting for missing entityname
40-
- [COLDBOX-1327](https://ortussolutions.atlassian.net/browse/COLDBOX-1327) \`layoutLocations\` variable error when using event.noLayout\(\)
42+
- [COLDBOX-1327](https://ortussolutions.atlassian.net/browse/COLDBOX-1327) \`layoutLocations\` variable error when using event.noLayout()
4143

4244
### CacheBox
4345

@@ -67,7 +69,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6769

6870
- [WIREBOX-155](https://ortussolutions.atlassian.net/browse/WIREBOX-155) ExceptionBean is referenced but not shipped with Standalone install
6971

70-
7172
## [7.3.1] - 2025-03-02
7273

7374
### Bug
@@ -367,7 +368,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
367368

368369
* * *
369370

370-
[Unreleased]: https://github.com/ColdBox/coldbox-platform/compare/v7.3.1...HEAD
371+
[Unreleased]: https://github.com/ColdBox/coldbox-platform/compare/v7.4.0...HEAD
372+
373+
[7.4.0]: https://github.com/ColdBox/coldbox-platform/compare/v7.3.1...v7.4.0
371374

372375
[7.3.1]: https://github.com/ColdBox/coldbox-platform/compare/v7.3.0...v7.3.1
373376

0 commit comments

Comments
 (0)