Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Mar 16, 2024
1 parent 5f83711 commit 28a118d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.3] - 2024-03-16

### Fixed

- The length of the string used to detecting the file type takes into account the length restrictions
- Memory leak on reading xml files
- Removed unnecessary checks for keywords, which increased the speed
- Reduced memory consumption for storing schemes

## [1.3.2] - 2024-01-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/colorer/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define COLORER_VER_MAJOR 1
#define COLORER_VER_MINOR 3
#define COLORER_VER_PATCH 2
#define COLORER_VER_PATCH 3

#define COLORER_COPYRIGHT "(c) 1999-2009 Igor Russkih, (c) 2009-2021 Aleksey Dobrunov"

Expand Down

0 comments on commit 28a118d

Please sign in to comment.