From b67e6b1694ce6acf9ae1ae82976c9cb178050505 Mon Sep 17 00:00:00 2001 From: Millian Poquet <millian.poquet@inria.fr> Date: Tue, 15 Jan 2019 21:00:49 +0100 Subject: [PATCH] [doc] changelog: specify public API --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2812c..49f16a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog][changelog] -and this project adheres to [Semantic Versioning][semver]. +The format is based on [Keep a Changelog][changelog]. +Batsched adheres to [Semantic Versioning][semver] and its public API is the following. + +- Batched's command-line interface. +- The format of Batsched's input files. +- **Important note**: Changes in the Batsim protocol does not impact + Batsched's public API. [//]: ========================================================================= ## [Unreleased] -- GitLab