Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit aa91b27

Browse files
authored
Merge pull request #367 from mominul/patch-1
Markdownify CHANGELOG.md
2 parents 597b7df + 29b7639 commit aa91b27

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGES.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
Gumbo 0.10.1 (2015-04-30)
1+
## Gumbo 0.10.1 (2015-04-30)
22

33
Same as 0.10.0, but with the version number bumped because the last version-number commit to v0.9.4 makes GitHub think that v0.9.4 is the latest version and so it's not highlighted on the webpage.
44

5-
Gumbo 0.10.0 (2015-04-30)
5+
## Gumbo 0.10.0 (2015-04-30)
66

7-
* Full support for <template> tag (kevinhendricks, nostrademons).
8-
* Some fixes for <rtc>/<rt> handling (kevinhendricks, vmg).
7+
* Full support for `<template>` tag (kevinhendricks, nostrademons).
8+
* Some fixes for `<rtc>`/`<rt>` handling (kevinhendricks, vmg).
99
* All html5lib-trunk tests pass now! (kevinhendricks, vmg, nostrademons)
1010
* Support for fragment parsing (vmg)
1111
* A couple additional example programs (kevinhendricks)
1212
* Performance improvements totaling an estimated 30-40% total improvement (vmg, nostrademons).
1313

14-
Gumbo 0.9.4 (2015-04-30)
14+
## Gumbo 0.9.4 (2015-04-30)
1515

1616
* Additional Visual Studio fixes (lowjoel, nostrademons)
1717
* Fixed some unused variable warnings.
1818
* Fix for glibtoolize vs. libtoolize build errors on Mac.
19-
* Fixed CDATA end tag handling.
19+
* Fixed `CDATA` end tag handling.
2020

21-
Gumbo 0.9.3 (2015-02-17)
21+
## Gumbo 0.9.3 (2015-02-17)
2222

23-
* Bugfix for &AElig; entities (rgrove)
24-
* Fix CDATA handling; CDATA sections now generate a GUMBO_NODE_CDATA node rather
23+
* Bugfix for `&AElig;` entities (rgrove)
24+
* Fix `CDATA` handling; `CDATA` sections now generate a `GUMBO_NODE_CDATA` node rather
2525
than plain text.
26-
* Fix get_title example to handle whitespace nodes (gsnedders)
26+
* Fix `get_title example` to handle whitespace nodes (gsnedders)
2727
* Visual Studio compilation fixes (fishioon)
2828
* Take the namespace into account when determining whether a node matches a
2929
certain tag (aroben)
@@ -32,21 +32,21 @@ speedup in overall parse time (kevinhendricks, vmg)
3232
* Add MacOS X support to Travis CI, and fix the deployment/DLL issues this
3333
uncovered (nostrademons, kevinhendricks, vmg)
3434

35-
Gumbo 0.9.2 (2014-09-21)
35+
## Gumbo 0.9.2 (2014-09-21)
3636

3737
* Performance improvements: Ragel-based char ref decoder and DFA-based UTF8
38-
* decoder, totaling speedups of up to 300%.
38+
decoder, totaling speedups of up to 300%.
3939
* Added benchmarking program and some sample data.
4040
* Fixed a compiler error under Visual Studio.
4141
* Fix an error in the ctypes bindings that could lead to memory corruption in
42-
* the Python bindings.
43-
* Fix duplicate attributes when parsing <isindex> tags.
42+
the Python bindings.
43+
* Fix duplicate attributes when parsing `<isindex>` tags.
4444
* Don't leave semicolons behind when consuming entity references (rgrove)
4545
* Internally rename some functions in preparation for an amalgamation file
4646
(jdeng)
4747
* Add proper cflags for gyp builds (skabbes)
4848

49-
Gumbo 0.9.1 (2014-08-07)
49+
## Gumbo 0.9.1 (2014-08-07)
5050

5151
* First version listed on PyPi.
5252
* Autotools files excluded from GitHub and generated via autogen.sh. (endgame)
@@ -58,6 +58,6 @@ Gumbo 0.9.1 (2014-08-07)
5858
* Some Visual Studio compiler support (bugparty)
5959
* Python3 compatibility for the ctypes bindings.
6060

61-
Gumbo 0.9.0 (2013-08-13)
61+
## Gumbo 0.9.0 (2013-08-13)
6262

6363
* Initial release open-sourced by Google.

0 commit comments

Comments
 (0)