NEWS for fasttime package

1.1-0	2022-03-16
    o	add fixed= parameter allowing to parse timestamps
	without separators (#4)

    o	add fastDate() (#5)


1.0-3	2018-01-05
    o	use registered C symbol for faster look-up


0.1-2	2016-10-26
    o	fix fastPOSIXct() example to use GMT when generating test
	timestamp range, otherwise R may generate timestamps before
	the epoch in timezones west of GMT (#2)

    o	fix handling of year 2100 which is not a leap year. The
	supported date range in fastPOSIXct() is now 1970..2199.

    o	fix 32-bit integer overflow when computing year offset (#3)


0.1-1	2015-07-27
    o	properly generate NA for invalid entries


0.1-0	2011-09-09
    o	first public version providing fastPOSIXct()