Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.3] 2025-07-30
## [1.1.3] 2025-08-02

- Improve `read_from_source()` to support an optional CWD parameter used to
look for the OpenAPI spec. The OpenAPI plugin should supply that CWD relative
to the current markdown file being processed. Markdown customarily uses
paths relative to the document itself. Existing relative paths will not break,
since this will attempt paths relative to both working directories, by
@joewlambeth.
- Add possibility to enforce row or col span [PR #74](https://github.com/Neoteroi/mkdocs-plugins/pull/74),
by @BFuhry.

## [1.1.2] 2025-04-22

Expand Down