File: CHANGELOG.md

package info (click to toggle)
rust-cursor-icon 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

All notable changes to cursor-icon are documented in this file.
The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` and `Removed`.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 1.1.0

- Bump MSRV from `1.64` to `1.65`.
- Add access to alternative names for cursor icons through the `CursorIcon::alt_names` method.