Skip to content
Merged
Show file tree
Hide file tree
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
28 changes: 28 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
id: changelog
sidebar_position: 12
---

# Changelog

All notable changes to this project (since 2026-02-19) are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- New flag ```--infer-time``` (see ```tpplc --help``` for details)
- Add a changelog to the webside

### Changed

### Deprecated

### Removed

### Fixed

### Security
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ The TreePPL documentation consists of:
- [Model library](./model-library/index.md), which contains model examples that can be used as templates,
- [Troubleshooting](./troubleshooting.md), describing solutions to problems you may encounter when installing or running TreePPL,
- [Contribute to TreePPL development](./for-developers/index.md), with instructions for installing the command-line version and for contributing to the TreePPL development effort,
- [Changelog](./changelog.md), listing important bug fixes, new features and official releases,
- [How to cite](./how_to_cite.md), with information on how to cite TreePPL.
Loading