Skip to content

Commit 6d1c9c3

Browse files
committed
Update CHANGELOG
1 parent adb55fa commit 6d1c9c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# Unreleased
1+
# 1.0.5 (2021-10-13)
22

33
- [#34](https://github.com/clojure-emacs/parseclj/pull/34) Replace `cl-case` with `cond`
44

5-
## 1.0.4 (2021-09-30)
5+
# 1.0.4 (2021-09-30)
66

77
- Provide parseclj-alist-merge, since we can't use `(map-merge 'alist)` yet in Emacs 25/26.
88

9-
## 1.0.3 (2021-09-29)
9+
# 1.0.3 (2021-09-29)
1010

1111
- Remove remaining a.el usage (this time for real)
1212

13-
## 1.0.1 (2021-09-27)
13+
# 1.0.1 (2021-09-27)
1414

1515
- Remove remaining a.el usage
1616

17-
## 1.0.0 (2021-09-27)
17+
# 1.0.0 (2021-09-27)
1818

1919
- Added a `:read-one` option to read/parse a single form at a time
2020
- Support more reader dispatch macro forms: eval (`#=`), shebang (`#!`),
2121
symbolic value (`##NaN`)
2222

23-
## 0.2.0 (2020-10-12)
23+
# 0.2.0 (2020-10-12)
2424

2525
- raise error on unmatched closing paren/brace
2626

27-
## 0.1.0 (2018-05-27)
27+
# 0.1.0 (2018-05-27)
2828

2929
Initial release.

0 commit comments

Comments
 (0)