We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4f87c commit 20a8484Copy full SHA for 20a8484
CHANGELOG
@@ -2,6 +2,14 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [1.5.6] - 2021-03-20
6
+### Fixed
7
+- Fixed additional bugs in parsing lines with semicolons or curly braces when quotation marks are involved
8
+- Fixed bug in parsing configs without a final linebreak (thanks @fulder!)
9
+
10
+### Features
11
+- Set `nginx.DEBUG` to True to show logging output of what is being parsed
12
13
## [1.5.5] - 2021-03-11
14
### Fixed
15
- Fixed bugs in parsing lines that contain a semicolon or curly brace inside of quotes
0 commit comments