-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Noah Petherbridge
committed
Dec 28, 2015
1 parent
c21539b
commit 287dd1f
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<title></title> | ||
<link rel="stylesheet" href="rivescript.css" type="text/css" /> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<link rev="made" href="mailto:root@localhost" /> | ||
<link rev="made" href="mailto:[email protected]" /> | ||
</head> | ||
|
||
<body> | ||
|
@@ -434,7 +434,14 @@ <h1 id="SEE-ALSO">SEE ALSO</h1> | |
|
||
<h1 id="CHANGES">CHANGES</h1> | ||
|
||
<pre><code> 1.42 Nov 20 2015 | ||
<pre><code> 2.0.0 Dec 28 2015 | ||
- Switch from old-style floating point version number notation to dotted | ||
decimal notation. This bumps the version number to `2.0.0` because the next | ||
dotted-decimal version greater than `1.42` (`v1.420.0`) is `v1.421.0` and | ||
I don't like having that many digits in the version number. This release is | ||
simply a version update; no breaking API changes were introduced. | ||
|
||
1.42 Nov 20 2015 | ||
- Add configurable `unicode_punctuation` attribute to strip out punctuation | ||
when running in UTF-8 mode. | ||
|
||
|