Browse Source

Update changelog; bump version

microsub
J. King 5 years ago
parent
commit
91b6fdc696
  1. 11
      CHANGELOG
  2. 2
      lib/Arsse.php

11
CHANGELOG

@ -1,3 +1,14 @@
Version 0.6.1 (2019-01-23)
Bug Fixes:
- Unify SQL timeout settings
- Correctly escape shell command in subprocess service driver
- Correctly allow null time intervals in configuration when appropriate
Changes:
- Change PicoFeed dependency to maintained version (Thanks, Aaron Parecki!)
- Remove non-functional cURL service driver
Version 0.6.0 (2019-01-21)
==========================

2
lib/Arsse.php

@ -7,7 +7,7 @@ declare(strict_types=1);
namespace JKingWeb\Arsse;
class Arsse {
const VERSION = "0.6.0";
const VERSION = "0.6.1";
/** @var Lang */
public static $lang;

Loading…
Cancel
Save