-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
executable file
·39 lines (33 loc) · 1.35 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2020-11
-------
MOVE: julianDay to the GCL library.
2020-09
-------
MOVE: CWeather class into weather.h and weather.cpp
CHANGE: TJD pre-incement return value changed to reference from copy.
ADD: TJD '==', '>', '<" operators.
2020-06
-------
CHANGE: TJD::normalise - added noexcept specifier
CHANGE: TJD::TJD() - added noexcept specifier
CHANGE: TJD::TD(int, int, int) - added noexcept specifier.
2019-12
-------
REFACTOR: TJD - Use std::tm rather than struct tm.
ADD: TJD - Constructor taking array parameter.
2018-09
-------
CHANGE: Use std::unique_ptr for CAstroImage factory function returns.
CHANGE: Use std::unique_ptr for factory function returns.
2017-06
-------
BUG: #22 - Parameter checking
BUG: #23 - Parameter checking
BUG: #24 - Parameter checking
BUG: #1574420 - Not displaying RA/Dec correctly.
BUG: #1571169 - Not stripping off "'" character.
BUG: #1571151 - Date/Time Display incorrect
CHANGE Change keywords to use non-templated functions and create hierarchy.
CHANGE: PAstroFile to a std::shared_ptr<>, from a boost::shared_ptr<>
FIX: Incorrect algorithm being used in CImagePlane to calculate the rendered value whenrendering an 8 bit mono image.
CHANGE: Processing of special keywords changed to reflect use of cfitsio instead of CCfits.