Skip to content

Commit

Permalink
Bump version and add news for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaulrich committed Aug 30, 2020
1 parent 771218a commit 29ac187
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#-#-#-#-#-#-#-#-#-# Changes in TTR version 0.24.2 #-#-#-#-#-#-#-#-#-#


BUG FIXES

- Check for 'ratio > 0' before calculating 'n' zlin ema() C code. The prior
code could result in division by 0, which was flagged by clang-UBSAN.
Thanks to Prof Brian Ripley for the report. (#100)


#-#-#-#-#-#-#-#-#-# Changes in TTR version 0.24.1 #-#-#-#-#-#-#-#-#-#


Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: TTR
Type: Package
Title: Technical Trading Rules
Version: 0.24.1.1
Version: 0.24.2
Author: Joshua Ulrich
Maintainer: Joshua Ulrich <josh.m.ulrich@gmail.com>
Imports: xts (>= 0.10-0), zoo, curl
Expand Down

0 comments on commit 29ac187

Please sign in to comment.