From 8457fb35556377ad1605c25d6891e7e7ab01ca56 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 16 Sep 2019 10:25:59 +0800 Subject: tweak-readme --- readme.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'readme.md') 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 + -- cgit v1.2.3