From 58417fa564b17230543f24665b8c4d0bdb41573e Mon Sep 17 00:00:00 2001 From: Jamie Jennings Date: Thu, 15 Mar 2018 15:58:57 -0400 Subject: [PATCH] Version 1.0.0-beta-3 --- CHANGELOG | 19 +++++++++++++++++++ VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index dfad2bc..fbd7382 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,22 @@ +2018-03-15 Jamie Jennings + + * 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 * 1.0.0-beta-2: diff --git a/VERSION b/VERSION index 86bc206..6418690 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0-beta-3(candidate) +1.0.0-beta-3