Skip to content

Commit bdbb88c

Browse files
committed
Backfill changelog for next release
1 parent bb3b09c commit bdbb88c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Pydantic's HISTORY.md](https://github.com/pydantic/pydantic/blob/main/HISTORY.md), and this project *mostly* adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [UNRELEASED]
8+
9+
### Changed
10+
11+
* The `hexdoc.toml` field `textures.missing` can now be set to `missing = "*"`, allowing all textures to be missing. No other string values are currently supported.
12+
* The command `hexdoc merge` now creates an empty `.nojekyll` file in the site root to disable Jekyll on GitHub Pages (since it's not necessary for hexdoc). Fixes [#68](https://github.com/hexdoc-dev/hexdoc/issues/68).
13+
14+
### Fixed
15+
16+
* The command `hexdoc render-models` was accidentally configured to take a list of models as an option instead of an argument.
17+
718
## `1!0.1.0a15`
819

920
### Added

0 commit comments

Comments
 (0)