Skip to content

Commit

Permalink
incremented version and documented bug fix in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarchedi committed Feb 28, 2014
1 parent 961b619 commit 1d8ea98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: swirl
Version: 2.1.0
Version: 2.1.1
Type: Package
Title: Statistics with Interactive R Learning
Date: 2014-02-25
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# swirl 2.1.1

* Fixed a bug in the third lesson of Intro to R.

# swirl 2.1

* `parse_content()` now parses content (at runtime) in its original form (R Markdown, YAML, etc.), making conversion to CSV files unnecessary. The appropriate parsing method is called based on the extension of the lesson file. Creating a new course authoring format is as simple as writing a new method for `parse_content()` that accepts the content as input and returns a properly structured `lesson` object.
Expand Down

0 comments on commit 1d8ea98

Please sign in to comment.