We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf95f0 commit 0a96435Copy full SHA for 0a96435
CHANGELOG.md
@@ -18,6 +18,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
18
19
- None
20
21
+## 0.7.3
22
+
23
+### Fixed
24
+- newer versions (> 1.3.0) of Nokogiri where presenting "Nokogiri::CSS::SyntaxError: unexpected '|'" #120
25
+- prevent unnecessary memory expensive operations with missing placeholders #117
26
27
## 0.7.2
28
29
### Fixed
lib/odf-report/version.rb
@@ -1,3 +1,3 @@
1
module ODFReport
2
- VERSION = "0.7.2"
+ VERSION = "0.7.3"
3
end
0 commit comments