Skip to content

Commit

Permalink
Version 1.0.0-beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Jennings committed Mar 15, 2018
1 parent 6d2a9f5 commit 58417fa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG
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:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta-3(candidate)
1.0.0-beta-3

0 comments on commit 58417fa

Please sign in to comment.