Skip to content

Commit

Permalink
Fix formatting in modal dict changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Apr 29, 2024
1 parent 28b62e3 commit 1daed22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ We appreciate your patience while we speedily work towards a stable release of t

### 0.62.116 (2024-04-26)

* Added a command-line interface for interacting with modal.Dict objects. Run modal dict --help in your terminal to see what is available.
* Added a command-line interface for interacting with `modal.Dict` objects. Run `modal queue --help` in your terminal to see what is available.



### 0.62.114 (2024-04-25)

* `Secret.from_dotenv` now accepts an optional filename keyword argument:

```python
@app.function(secrets=[modal.Secret.from_dotenv(filename=".env-dev")])
def run():
...
* `Secret.from_dotenv` now accepts an optional filename keyword argument:

```python
@app.function(secrets=[modal.Secret.from_dotenv(filename=".env-dev")])
def run():
...
```


Expand Down

0 comments on commit 1daed22

Please sign in to comment.