Skip to content

Commit 995aabb

Browse files
committed
Cleanup the project intro, changelog etc.
1 parent 27924cc commit 995aabb

2 files changed

Lines changed: 12 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4-
## [Unreleased]
4+
## [Unreleased] - 2018-01-12
55
### Changed
6-
- Add a new arity to `make-widget-async` to provide a different widget shape.
6+
- The initial cut of this project, for use in the guided Clojure
7+
workshop at IN/Clojure 2018, Bangalore (http://inclojure.org/).
78

8-
## [0.1.1] - 2017-12-04
9-
### Changed
10-
- Documentation on how to make the widgets.
9+
## [Unreleased] - 2018-01-18
10+
- Licensed under MIT, and assigned copyright to IN/Clojure for
11+
responsible stewardship, and in preparation for wider usage.
1112

1213
### Removed
13-
- `make-widget-sync` - we're all async, all the time.
14+
- A couple of NASA fact sheets that were committed while we were
15+
toying around with things. Removed due to unknown copyright status.
1416

1517
### Fixed
16-
- Fixed widget maker to keep working when daylight savings switches over.
18+
- Fixed documentation, examples etc. based on workshop experience.
1719

18-
## 0.1.0 - 2017-12-04
19-
### Added
20-
- Files from the new template.
21-
- Widget maker public API - `make-widget-sync`.
20+
[Unreleased]: https://github.com/inclojure-org/clojure-by-example/commit/b27d7f82570a51121ee39fda5db004e3b057292f
2221

23-
[Unreleased]: https://github.com/your-name/clojure_by_example/compare/0.1.1...HEAD
24-
[0.1.1]: https://github.com/your-name/clojure_by_example/compare/0.1.0...0.1.1

doc/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Introduction to clojure_by_example
1+
# Introduction to Clojure By Example
22

3-
TODO: write [great documentation](http://jacobian.org/writing/what-to-write/)
3+
All that needed to be said has been said in the README.md file.

0 commit comments

Comments
 (0)