-
Notifications
You must be signed in to change notification settings - Fork 20
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
Jamie Jennings
committed
Mar 15, 2018
1 parent
6d2a9f5
commit 58417fa
Showing
2 changed files
with
20 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,3 +1,22 @@ | ||
2018-03-15 Jamie Jennings <[email protected]> | ||
|
||
* 1.0.0-beta-3: | ||
|
||
ENHANCED: The sample docker files in extra/docker now includes python 3 | ||
and the official arch distro. | ||
|
||
ENHANCED: There should be NO compile warnings from gcc as long as it is | ||
gcc version 7 or higher. Older versions will warn about the fallthrough | ||
attribute, because they don't understand it. | ||
|
||
FIXED: In rosie.py, a compiled pattern is now a proper python object, | ||
and it contains an engine reference so that the engine cannot be GC'd | ||
before its compiled patterns. (This does not happen in Python 2.7, but | ||
it does in Python 3.6.) | ||
|
||
FIXED: Rosie is once again easy to install on OS X! See | ||
https://github.com/jamiejennings/homebrew-rosie | ||
|
||
2018-03-09 Jamie Jennings <[email protected]> | ||
|
||
* 1.0.0-beta-2: | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0-beta-3(candidate) | ||
1.0.0-beta-3 |