-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
35 lines (27 loc) · 876 Bytes
/
ChangeLog
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
# ChangeLog for osformat
*osformat-1.0.7
Martin Väth <martin at mvath.de>:
- Add SPDX-License-Identifier
*osformat-1.0.6
Martin Väth <martin at mvath.de>:
- Update README.md
*osformat-1.0.5
Martin Väth <martin at mvath.de>:
- Make move constructor/assignment operator noexcept
*osformat-1.0.4
Martin Väth <martin at mvath.de>:
- fix a lot of typos in README
*osformat-1.0.3
Martin Väth <martin at mvath.de>:
- bugfix: count() returns type std::size_t
- bugfix: Use correctly std::size_t
*osformat-1.0.2
Martin Väth <martin at mvath.de>:
- bugfix: Let SayError actually output to stderr as documented
- make.sh: Option -l for installing into ./local
*osformat-1.0.1
Martin Väth <martin at mvath.de>:
- Use osformat_test_LDADD instead of osformat_test_LDFLAGS for libs
*osformat-1.0.0
Martin Väth <martin at mvath.de>:
- Initial implementation