Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit a66e910

Browse files
committed
Update changelog.
1 parent 86e12a1 commit a66e910

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,36 @@
22

33
## [Unreleased](https://github.com/DataDog/kvexpress/tree/HEAD)
44

5-
[Full Changelog](https://github.com/DataDog/kvexpress/compare/v1.9...HEAD)
5+
[Full Changelog](https://github.com/DataDog/kvexpress/compare/v1.11...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- If you're using compression... [\#92](https://github.com/DataDog/kvexpress/issues/92)
10+
- When using the compression option the lines metric is fixed at 1. [\#91](https://github.com/DataDog/kvexpress/issues/91)
11+
12+
## [v1.11](https://github.com/DataDog/kvexpress/tree/v1.11) (2016-03-14)
13+
[Full Changelog](https://github.com/DataDog/kvexpress/compare/v1.10...v1.11)
14+
15+
**Fixed bugs:**
16+
17+
- Writing to a file should be atomic [\#88](https://github.com/DataDog/kvexpress/issues/88)
18+
- Atomic rename instead of truncate and write in place. [\#89](https://github.com/DataDog/kvexpress/pull/89) ([darron](https://github.com/darron))
19+
20+
## [v1.10](https://github.com/DataDog/kvexpress/tree/v1.10) (2016-03-09)
21+
[Full Changelog](https://github.com/DataDog/kvexpress/compare/v1.9...v1.10)
622

723
**Implemented enhancements:**
824

25+
- The SHA256 of a blank key is always the same. [\#87](https://github.com/DataDog/kvexpress/issues/87)
26+
- kvexpress can't currently make directories [\#86](https://github.com/DataDog/kvexpress/issues/86)
927
- Makefile should insert platform rather than assuming OSX. [\#77](https://github.com/DataDog/kvexpress/issues/77)
1028
- Fix that ugliness with `fmt` width. [\#75](https://github.com/DataDog/kvexpress/issues/75)
29+
- Fix the wercker autotest. [\#72](https://github.com/DataDog/kvexpress/issues/72)
30+
31+
**Fixed bugs:**
32+
33+
- The SHA256 of a blank key is always the same. [\#87](https://github.com/DataDog/kvexpress/issues/87)
34+
- kvexpress can't currently make directories [\#86](https://github.com/DataDog/kvexpress/issues/86)
1135

1236
**Closed issues:**
1337

0 commit comments

Comments
 (0)