Skip to content

Commit b389150

Browse files
committed
Update Changelog/podspec for release
1 parent 565fba0 commit b389150

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v0.9.4 (2017-05-07)
4+
* Support for color (\\textcolor) (Thanks to Markus)
5+
* Fix issue with cramped style in tables (Thanks to Jacob)
6+
37
### v0.9.3 (2017-01-22)
48
* Support for changing font styles: (\\mathrm, \\mathcal, \\mathbf etc.)
59
* Support for the \\text command.

iosMath.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "iosMath"
3-
s.version = "0.9.3"
3+
s.version = "0.9.4"
44
s.summary = "Math equation rendering for iOS and OS X"
55
s.description = <<-DESC
66
iosMath is a library for typesetting math formulas in iOS and OS X using

0 commit comments

Comments
 (0)