Skip to content

Commit 6222c7f

Browse files
committed
Update Changelog/podspec for release.
1 parent e9b6ec6 commit 6222c7f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
### v0.9.5 (2019-06-03)
4+
* Add colorbox command (#121)
5+
* Cyrillic support (#108)
6+
* When there is only one element in row, an array error is reported. (#111)
7+
* Fix: on macOS 10.13, NSSegmentItemImageView returns nil for layer.backgroundColor. Need to check for this and return a default color (clear)
8+
* Added textrm (#61)
9+
310
### v0.9.4 (2017-05-07)
411
* Support for color (\\textcolor) (Thanks to Markus)
512
* Fix issue with cramped style in tables (Thanks to Jacob)

iosMath.podspec

+1-1
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.4"
3+
s.version = "0.9.5"
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)