aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-ppp/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-net-ppp/CHANGELOG.md')
-rw-r--r--embassy-net-ppp/CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/embassy-net-ppp/CHANGELOG.md b/embassy-net-ppp/CHANGELOG.md
new file mode 100644
index 000000000..6ce64ddcb
--- /dev/null
+++ b/embassy-net-ppp/CHANGELOG.md
@@ -0,0 +1,15 @@
1# Changelog for embassy-net-ppp
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## 0.2.0 - 2025-01-12
9
10- Update `ppproto` to v0.2.
11- Use `core::net` IP types for IPv4 configuration instead of a custom type.
12
13## 0.1.0 - 2024-01-12
14
15First release.