From commits-return-76112-archive-asf-public=cust-asf.ponee.io@commons.apache.org Thu Aug 27 18:39:46 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 7A1861806C7 for ; Thu, 27 Aug 2020 20:39:46 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 8EC34126302 for ; Thu, 27 Aug 2020 18:39:45 +0000 (UTC) Received: (qmail 6907 invoked by uid 500); 27 Aug 2020 18:39:44 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 6764 invoked by uid 99); 27 Aug 2020 18:39:44 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2020 18:39:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BADC7808C9; Thu, 27 Aug 2020 18:39:43 +0000 (UTC) Date: Thu, 27 Aug 2020 18:39:46 +0000 To: "commits@commons.apache.org" Subject: [commons-numbers] 03/03: NUMBERS-149: Track changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: aherbert@apache.org In-Reply-To: <159855358351.23294.15317499715747138039@gitbox.apache.org> References: <159855358351.23294.15317499715747138039@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: commons-numbers X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 43bd837803ffc8b9ed70046af0e493a19f390836 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200827183943.BADC7808C9@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 43bd837803ffc8b9ed70046af0e493a19f390836 Author: Alex Herbert AuthorDate: Thu Aug 27 19:39:38 2020 +0100 NUMBERS-149: Track changes --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index eedf591..0f93d3b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,10 @@ Apache Commons Numbers 1.0-beta1 contains the following library modules: "ArithmeticUtils": Refine pow(int, int) and pow(long, int) for edge cases. + + "Fraction": Port tests from commons-lang Fraction to demonstrate functional compatibility + between the lang and numbers implementation of Fraction. +