diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2020-03-17 11:13:18 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2020-04-23 12:51:53 +0200 |
commit | 21f1d933050a40d62612c6274c32de60b811d9ea (patch) | |
tree | ec1c7b451ea39444a9251116266fccf229a82a69 | |
parent | 3b478b0028d210518b5cc16ec9f208192ad31caa (diff) | |
download | slirp-21f1d933050a40d62612c6274c32de60b811d9ea.zip slirp-21f1d933050a40d62612c6274c32de60b811d9ea.tar.gz slirp-21f1d933050a40d62612c6274c32de60b811d9ea.tar.bz2 |
changelog: post-release
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c118f4..01649e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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). +## [Unreleased] + +### Added + +### Changed + +### Deprecated + +### Fixed + ## [4.3.0] - 2020-04-22 ### Added @@ -89,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Standalone project, removing any QEMU dependency. - License clarifications. +[unreleased]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.3.0...master [4.3.0]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.2.0...v4.3.0 [4.2.0]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.1.0...v4.2.0 [4.1.0]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.0.0...v4.1.0 |