summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb21dfb..878709c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,30 @@
This is the changelog of Bowshock.
See `"README.md"` for more information.
+## 0.13.0-1
+
+* Update logo
+* Update lints
+* Bump dependency versions
+
+### Core
+
+* Add `net` module
+* Add `net::Request` and `net::Response` types
+* Add `net::SessionToken` type
+* Add `net::DEFAULT_SERVER_PORT` constant
+
+### Client
+
+* Add `ServerConnection` type
+* Add `Client` type
+* Depend on `bzipper`
+
+### Server
+
+* Rename `App` to `Server`
+* Depend on `bzipper`
+
## 0.13.0-0
* Rewrite in Rust