Skip to content

Commit 9214007

Browse files
committed
Update CHANGELOG.md
1 parent 64960ac commit 9214007

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.7.0] - 2018-11-27
10+
911
### Added
1012

13+
- CLOS support and improved compliance (by @vlad-km)
14+
[#338](https://github.com/jscl-project/jscl/pull/338)
15+
[#337](https://github.com/jscl-project/jscl/pull/337)
16+
[#334](https://github.com/jscl-project/jscl/pull/334)
17+
1118
### Fixed
1219
- Infinite loop in the exprimental service-worker REPL on EOF [#318](https://github.com/jscl-project/jscl/issues/318)
1320

@@ -40,6 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4047
### Added
4148
- Implement the [LOOP](https://github.com/jscl-project/jscl/pull/253) macro
4249

43-
[Unreleased]: https://github.com/jscl-project/jscl/compare/v0.6.1...HEAD
50+
[Unreleased]: https://github.com/jscl-project/jscl/compare/v0.7.0...HEAD
51+
[Unreleased]: https://github.com/jscl-project/jscl/compare/v0.6.1...v0.7.0
4452
[0.6.1]: https://github.com/jscl-project/jscl/compare/v0.5.1...v0.6.1
4553
[0.5.1]: https://github.com/jscl-project/jscl/compare/v0.4.0...v0.5.1

0 commit comments

Comments
 (0)