Skip to content

Commit 80a0088

Browse files
committed
Add a changelog
1 parent fa5057e commit 80a0088

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [0.1.4] - 2019-07-02
8+
9+
### Added
10+
11+
* Async Ring middleware support. [#10](https://github.com/clj-commons/ring-gzip-middleware/pull/10) - **[@camsaul](https://github.com/camsaul)**
12+
13+
### Changed
14+
15+
* Moved project maintenance to [CLJ Commons](https://clj-commons.org).
16+
17+
## [0.1.3] - 2013-09-25
18+
19+
### Changed
20+
21+
* "fast-start" the delivery of gzip-compressed bodies, and support flushing of GZIPOutputStreams on JDK7+. [#3](https://github.com/clj-commons/ring-gzip-middleware/pull/3) - **[@cemerick](https://github.com/cemerick)**

0 commit comments

Comments
 (0)