From 75e7b4120bd57642ae226056980f153add711412 Mon Sep 17 00:00:00 2001 From: "Alex R. Delp" Date: Tue, 26 Jan 2021 17:42:25 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6bbe4..a7cd01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +- Add AnchorPos struct and functions #252 - Add Clipboard Support - Fix SIGSEGV on text.NewAtlas if glyph absent - Use slice for range in Drawer.Dirty(), to improve performance