Skip to content

Commit 1d5940a

Browse files
committed
Remove final punctuation in ChangeLog entries
1 parent b64bac8 commit 1d5940a

1 file changed

Lines changed: 57 additions & 57 deletions

File tree

CHANGELOG.md

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,43 @@
22

33
## Version 4.1.0 (under dev)
44

5-
- Use file README.md as package long description.
5+
- Use file README.md as package long description
66

77
## Version 4.0.0 (2022-01-23)
88

9-
- Drop Python 2 support, Python 3.6 is now required.
10-
- Rename option `--skip-noqa` to `--check-noqa` and reverse behavior: without option, strings with `noqa` are now skipped by default.
11-
- Add support for Chinese full-stop.
12-
- Add lint with bandit in CI.
9+
- Drop Python 2 support, Python 3.6 is now required
10+
- Rename option `--skip-noqa` to `--check-noqa` and reverse behavior: without option, strings with `noqa` are now skipped by default
11+
- Add support for Chinese full-stop
12+
- Add lint with bandit in CI
1313

1414
## Version 3.1 (2020-03-07)
1515

16-
- Add option `-i` (or `--ignore-errors`): always return 0 even if errors are found.
17-
- Fix parsing of "noqa" tag in comments ([#11](https://github.com/flashcode/msgcheck/issues/11)).
18-
- Use pytest for unit tests.
19-
- Replace Travis CI by GitHub Actions.
16+
- Add option `-i` (or `--ignore-errors`): always return 0 even if errors are found
17+
- Fix parsing of "noqa" tag in comments ([#11](https://github.com/flashcode/msgcheck/issues/11))
18+
- Use pytest for unit tests
19+
- Replace Travis CI by GitHub Actions
2020

2121
## Version 3.0 (2018-12-14)
2222

23-
- Add support of multiple personal word list files (multiple options `-P`/`--pwl`) ([#5](https://github.com/flashcode/msgcheck/issues/5)).
23+
- Add support of multiple personal word list files (multiple options `-P`/`--pwl`) ([#5](https://github.com/flashcode/msgcheck/issues/5))
2424

2525
## Version 2.9 (2018-01-15)
2626

27-
- Add option `-n` (or `--skip-noqa`) to not check "noqa"-commented lines ([#2](https://github.com/flashcode/msgcheck/issues/2), [#7](https://github.com/flashcode/msgcheck/issues/7)).
28-
- Remove C and Python string formatters for spell checking ([#3](https://github.com/flashcode/msgcheck/issues/3)).
27+
- Add option `-n` (or `--skip-noqa`) to not check "noqa"-commented lines ([#2](https://github.com/flashcode/msgcheck/issues/2), [#7](https://github.com/flashcode/msgcheck/issues/7))
28+
- Remove C and Python string formatters for spell checking ([#3](https://github.com/flashcode/msgcheck/issues/3))
2929

3030
## Version 2.8 (2014-12-07)
3131

32-
- Fix read of fuzzy flag.
33-
- Display multiple misspelled words on same error line.
34-
- Sort and keep unique misspelled words with option `-m`/`--only-misspelled`.
32+
- Fix read of fuzzy flag
33+
- Display multiple misspelled words on same error line
34+
- Sort and keep unique misspelled words with option `-m`/`--only-misspelled`
3535

3636
## Version 2.7 (2014-06-28)
3737

38-
- Add argument id/str for `-s`/`--spelling` to check messages or translations.
39-
- Ensure pwl is not None before checking if file exists.
40-
- Exit immediately if pwl file does not exist.
41-
- Add pylint checks for Travis CI.
38+
- Add argument id/str for `-s`/`--spelling` to check messages or translations
39+
- Ensure pwl is not None before checking if file exists
40+
- Exit immediately if pwl file does not exist
41+
- Add pylint checks for Travis CI
4242

4343
## Version 2.6 (2014-05-03)
4444

@@ -48,113 +48,113 @@
4848

4949
## Version 2.5 (2014-04-26)
5050

51-
- Code cleanup.
51+
- Code cleanup
5252

5353
## Version 2.4 (2014-03-18)
5454

55-
- Add option `-W` (or `--no-whitespace-eol`) to not check trailing whitespace at end of lines inside strings.
55+
- Add option `-W` (or `--no-whitespace-eol`) to not check trailing whitespace at end of lines inside strings
5656

5757
## Version 2.3 (2014-01-20)
5858

59-
- Fix error with `--spelling`.
59+
- Fix error with `--spelling`
6060

6161
## Version 2.2 (2013-11-08)
6262

63-
- Add a main function.
63+
- Add a main function
6464

6565
## Version 2.1 (2013-11-02)
6666

67-
- Fix problem when latest string in file has a plural form (this last translation was ignored).
68-
- Use codecs module to unescape strings (faster with python 3).
69-
- Display full exception in case of problem when reading file.
70-
- Add short option synonym `-P` for `--pwl`.
71-
- Add short option synonym `-e` for `--extract`.
72-
- Rename some long names for command line options.
73-
- Major code cleanup: add comments, move checking/error functions from class PoMessage to class PoFile.
74-
- Full PEP8 compliance.
67+
- Fix problem when latest string in file has a plural form (this last translation was ignored)
68+
- Use codecs module to unescape strings (faster with python 3)
69+
- Display full exception in case of problem when reading file
70+
- Add short option synonym `-P` for `--pwl`
71+
- Add short option synonym `-e` for `--extract`
72+
- Rename some long names for command line options
73+
- Major code cleanup: add comments, move checking/error functions from class PoMessage to class PoFile
74+
- Full PEP8 compliance
7575

7676
## Version 2.0 (2013-09-23)
7777

78-
- Display number of files OK when there are multiple files checked and no errors.
78+
- Display number of files OK when there are multiple files checked and no errors
7979

8080
## Version 1.9 (2013-09-21)
8181

82-
- Add short option `-m` for `--onlymisspelled`.
82+
- Add short option `-m` for `--onlymisspelled`
8383

8484
## Version 1.8 (2013-09-21)
8585

86-
- Add option `-d` (or `--dicts`) to use extra dictionaries for spell checking.
86+
- Add option `-d` (or `--dicts`) to use extra dictionaries for spell checking
8787

8888
## Version 1.7 (2013-09-21)
8989

90-
- Add option `--onlymisspelled` to display only misspelled words instead of errors with translations.
90+
- Add option `--onlymisspelled` to display only misspelled words instead of errors with translations
9191

9292
## Version 1.6 (2013-09-15)
9393

94-
- Add option `--extract` to extract translations.
94+
- Add option `--extract` to extract translations
9595

9696
## Version 1.5 (2013-09-15)
9797

98-
- Add option `-s` (or `--spelling`) to check spelling and option `--pwl` to use a personal list of words (with module `python-enchant`).
98+
- Add option `-s` (or `--spelling`) to check spelling and option `--pwl` to use a personal list of words (with module `python-enchant`)
9999

100100
## Version 1.4 (2013-09-14)
101101

102-
- Use argparse module to parse command line arguments, allow long name for arguments.
103-
- Rename arguments: `-n` to `-l`, `-s` to `-w`.
104-
- Display "(fuzzy)" after line number and colon in error messages.
105-
- Fix detection of fuzzy strings in gettext files.
102+
- Use argparse module to parse command line arguments, allow long name for arguments
103+
- Rename arguments: `-n` to `-l`, `-s` to `-w`
104+
- Display "(fuzzy)" after line number and colon in error messages
105+
- Fix detection of fuzzy strings in gettext files
106106

107107
## Version 1.3 (2013-08-23)
108108

109-
- Use absolute path for filenames displayed.
109+
- Use absolute path for filenames displayed
110110

111111
## Version 1.2 (2013-07-02)
112112

113-
- Remove some fancy chars in output so that output can be used as compilation output in editors like Emacs.
113+
- Remove some fancy chars in output so that output can be used as compilation output in editors like Emacs
114114

115115
## Version 1.1 (2013-07-01)
116116

117-
- Read environment variable `MSGCHECK_OPTIONS`.
117+
- Read environment variable `MSGCHECK_OPTIONS`
118118

119119
## Version 1.0 (2013-07-01)
120120

121-
- Add option `-c` (do not check compilation).
121+
- Add option `-c` (do not check compilation)
122122

123123
## Version 0.9 (2013-07-01)
124124

125-
- Use specific period for Japanese when checking punctuation.
125+
- Use specific period for Japanese when checking punctuation
126126

127127
## Version 0.8 (2013-06-30)
128128

129-
- Use own .po parser (about 200x faster!).
130-
- Add options `-f` (check fuzzy), `-q` (quiet) and `-v` (display version).
129+
- Use own .po parser (about 200x faster!)
130+
- Add options `-f` (check fuzzy), `-q` (quiet) and `-v` (display version)
131131

132132
## Version 0.7 (2013-06-29)
133133

134-
- Add options to disable some checks.
134+
- Add options to disable some checks
135135

136136
## Version 0.6 (2013-06-29)
137137

138-
- Check punctuation at end of string.
138+
- Check punctuation at end of string
139139

140140
## Version 0.5 (2013-01-02)
141141

142-
- Replace os.system by subprocess.
143-
- Display syntax when script is called without filename.
144-
- Rename script to `msgcheck.py`.
142+
- Replace os.system by subprocess
143+
- Display syntax when script is called without filename
144+
- Rename script to `msgcheck.py`
145145

146146
## Version 0.4 (2012-09-21)
147147

148-
- Add check of compilation with `msgfmt -c`.
148+
- Add check of compilation with `msgfmt -c`
149149

150150
## Version 0.3 (2011-04-14)
151151

152-
- Allow multiple po filenames.
152+
- Allow multiple po filenames
153153

154154
## Version 0.2 (2011-04-10)
155155

156-
- Add check of spaces at beginning/end of strings.
156+
- Add check of spaces at beginning/end of strings
157157

158158
## Version 0.1 (2010-03-22)
159159

160-
- First release.
160+
- First release

0 commit comments

Comments
 (0)