Skip to content

Commit

Permalink
Update 0.6 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Nov 11, 2024
1 parent aab6bc0 commit 8392456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/the-marten-project/release-notes/0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ _Under development._
* The [`new`](../../development/reference/management-commands.md#new) management command now generates a `seed.cr` file when generating new project structures.
* A new [`seed`](../../development/reference/management-commands.md#seed) management command was introduced to make it easy to execute seed files.
* Log entries generated when running the development server ([`serve`](../../development/reference/management-commands.md#serve) management command) in debug mode now include more details about processed requests, rendered templates, and executed SQL queries.
* Database configuration now supports connection strings, which can be useful in scenarios where only a connection string is provided (e.g., via a `DATABASE_URL` environment variable from cloud providers). See [Database settings](../../development/reference/settings.md#database-settings) to learn more about this new capability.

0 comments on commit 8392456

Please sign in to comment.