Skip to content

Commit

Permalink
Typo fixes + Bumped Reika to 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
daitangio committed Dec 18, 2018
1 parent 6945d9a commit d57cc21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ org.makelist("README.org", function (nodelist){
The input must be a well-formed org-mode file. Parser can detect some
corruptions, but it does not provide a complete sanity check.

Every test must have a header.
Parser does not support "no-headed" texts
Anyway, empty header are supported (see github Issue #11)
Every text must have a header.
Parser does not support "no-headed" inputs.
Anyway, empty headers are supported (see github Issue #11)

* Design Goals
** API Stability
Expand Down
7 changes: 5 additions & 2 deletions RELEASE_HISTORY
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# -*- mode: org ; mode: visual-line; -*- -*

* RELEASE NOTES :releaseNotes:
** ORG_MODE_PARSER_0.1.4
** ORG_MODE_PARSER_0.1.5
Code name: Reika
+ Node v8.0.0 compatibility test
+ Support for basic INCLUDE statement
Include is very powerful and expressive

** ORG_MODE_PARSER_0.1.4
+ Node v8.11.1 compatibility test
+ Bug fixes (Issue 17)

** ORG_MODE_PARSER_0.1.3
Code name: Beauty

Expand Down

0 comments on commit d57cc21

Please sign in to comment.