Skip to content

Commit b96d61a

Browse files
committed
v0.3.0
1 parent 93d3cb5 commit b96d61a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.0
4+
5+
- modified `glyf` table instruction set bytecode removal approach for composite glyphs
6+
- fixed: `head` table flags bit 4 is now cleared only when `hdmx` and `LTSH` tables are removed (or were not present and bit is set in the font)
7+
38
## v0.2.0
49

510
- add `--keep-cvt` option to keep original cvt table

lib/dehinter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version = __version__ = "0.3.0.dev0"
15+
version = __version__ = "0.3.0"

0 commit comments

Comments
 (0)