summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sanitize-umlaut/CHANGES.md
blob: 017517874a5f2b216a7e2bface10d8ba3b194aac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Changelog
All notable changes to this project will be documented in this file.

The format is based on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security



## [1.2.1] - 2022-06-29

### Fixed
- The implementation of 1.2.0 changed UTF8 characters globally, not locally
    inside `\index`. The fix works locally as intended and only affects
    characters with UTF8-encoding C3..



## [1.2.0] - 2022-06-29

### Changed
- Changelog moved from CHANGES to CHANGES.md and adapted to
  [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- From now on version numbers adhere to
  [Semantic Versioning](http://semver.org/spec/v2.0.0.html)

### Fixed
- The 2022 June release of LaTeX breaks sanitize-umlaut (issue #1)
    A patch to `utf8.def` is added to circumvent `\protected` for
    two-octets UTF8 characters (including umlauts) inside `\index`



## [1.10] - 2020-01-01

### Added
- `utf8-2018` is a new supported encoding

### Changed
- implementation changed to adapt for LaTeX/inputenc UTF-8 changes
  (see documentation):
  version 1.00 is only compatible to older LaTeX/inputenc UTF-8
  version 1.10 is only compatible to recent LaTeX/inputenc UTF-8



## [1.00] - 2016-05-27

### Added
- Initial public release