summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-09-16 10:25:59 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2019-09-16 10:25:59 +0800
commit8457fb35556377ad1605c25d6891e7e7ab01ca56 (patch)
treed115749ce1ae3381413f0f80b99269ea7f5628e4 /readme.md
parent7476d7a08c2f62d4dc03cfb4f8f4a30060cafdb7 (diff)
downloadcask-8457fb35556377ad1605c25d6891e7e7ab01ca56.tar.gz
cask-8457fb35556377ad1605c25d6891e7e7ab01ca56.tar.bz2
cask-8457fb35556377ad1605c25d6891e7e7ab01ca56.zip
tweak-readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index d7085a0..b3a9547 100644
--- a/readme.md
+++ b/readme.md
@@ -35,3 +35,28 @@ complicated asynchrony.
Cask is profiled using the
[JProfiler Java Profiler](https://www.ej-technologies.com/products/jprofiler/overview.html),
courtesy of EJ Technologies
+
+## Changelog
+
+### 0.2.5
+
+- Internal refactoring to clean up routing logic
+
+### 0.2.4
+
+- Standardize on a basic `cask.Logger` interface
+- Create a simple actor-based API for handling websockets in `cask.WsHandler`
+ and `cask.WsActor`
+
+### 0.2.3
+
+- `cask.Response` is now covariant
+
+### 0.2.2
+
+- Use standard `./mill` bootstrap script
+
+### 0.2.1
+
+- Support for Scala 2.13.0
+