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 Aug 4, 2024
1 parent 73778f8 commit 4f35ae5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/the-marten-project/release-notes/0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ _Under development._

### Minor features

#### Handlers and HTTP

* An alias for the [`#reverse`](pathname:///api/dev/Marten/Handlers/Base.html#reverse(*args%2C**options)-instance-method) handler method ([`#url`](pathname:///api/dev/Marten/Handlers/Base.html#url(name%3AString|Symbol%2C**kwargs)%3AString-instance-method)) was introduced.

#### Templates

* An alias for the [`#url`](../../templates/reference/tags.md#url) template tag ([`#reverse`](../../templates/reference/tags.md#reverse)) was introduced.

#### Development

* A new `--log-level` command option was introduced to make it easier to configure the log level to use when running [management commands](../../development/management-commands.md) (see [Shared options](../../development/management-commands.md#shared-options) for more details).

0 comments on commit 4f35ae5

Please sign in to comment.