Skip to content

Commit fe8e30a

Browse files
committed
Update CHANGELOG
1 parent e1de65e commit fe8e30a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
1-
# Unreleased
1+
# 1.0.5 (2021-10-13)
22

3-
## 1.0.4 (2021-09-30)
3+
- [#10](https://github.com/clojure-emacs/parseedn/pull/10) Replace `cl-case` with `cond`
4+
5+
# 1.0.4 (2021-09-30)
46

57
- Drop use of (map-merge 'alist) for older Emacsen
68

7-
## 1.0.3 (2021-09-29)
9+
# 1.0.3 (2021-09-29)
810

911
- Follow upstream parseclj versioning
1012

11-
## 1.0.2 (2021-09-29)
13+
# 1.0.2 (2021-09-29)
1214

1315
- Follow upstream parseclj versioning
1416

15-
## 1.0.0 (2021-09-27)
17+
# 1.0.0 (2021-09-27)
1618

17-
### Added
19+
## Added
1820

1921
- Added print handler for `#uuid` and `#inst`
2022

21-
## 0.2.0 (2020-09-09 / d25ebc5)
23+
# 0.2.0 (2020-09-09 / d25ebc5)
2224

23-
### Added
25+
## Added
2426

2527
- Add support for alist, plist and an explicit error for unsupported dotted pair notation.
2628

27-
### Fixed
29+
## Fixed
2830

2931
- Fix printing of hash-maps with multiple entries.
3032

31-
## 0.1.0 (2019-03-31 / ddf824b)
33+
# 0.1.0 (2019-03-31 / ddf824b)
3234

3335
Initial release of parseedn

0 commit comments

Comments
 (0)