From 6150740c23838bf82f9b7cefba39659e380e2416 Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Tue, 10 Jan 2023 06:43:54 +0100 Subject: [PATCH] credit ableton/link authors --- CHANGELOG.md | 1 + README.md | 1 + musique/main.cc | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d64d89e..f8c9acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Printing version number on non-quiet launch, or when provided `--version` or `:version` - Builtin function documentation generation from C++ Musique implementation source code - New builtins: digits +- Introduced start synchronization with builtins: `peers` and `start` ### Removed diff --git a/README.md b/README.md index b467e17..6497a39 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,6 @@ Skopiuj katalog [editor/vscode-musique](editor/vscode-musique) do folderu ` &span) " Sy Brand, https://sybrand.ink/, creator of tl::expected https://github.com/TartanLlama/expected\n" " Justine Tunney, https://justinetunney.com, creator of bestline readline library https://github.com/jart/bestline\n" " Gary P. Scavone, http://www.music.mcgill.ca/~gary/, creator of rtmidi https://github.com/thestk/rtmidi\n" + " Creators of ableton/link, https://github.com/Ableton/link\n" ; std::exit(1); }